Technical requirements
This chapter relies on Elixir 1.12.x
and Erlang 23.2.x
. The code snippets in this chapter are relatively simple, so if you’re short on time, this would be a good chapter to not code along with. I still recommend following along, especially if you’re new to Elixir.
Also, similar to previous chapters, we will be using curl
to test the responses from our HTTP server. Therefore, a terminal multiplexer would again be helpful.
The code examples for this chapter can be found at https://github.com/PacktPublishing/Build-Your-Own-Web-Framework-in-Elixir/tree/main/chapter_06