Technical requirements
This chapter contains a lot of code snippets that are best understood by following along. Just like in the previous chapters, we will use Elixir 1.12.x and Erlang 23.2.x. We will also be using cURL to test our HTTP server and running multiple commands on the terminal to both run our server and test it using cURL. So, a way to multiplex your terminal would be useful.
The code examples for this chapter can be found at https://github.com/PacktPublishing/Build-Your-Own-Web-Framework-in-Elixir/tree/main/chapter_03