Understanding the HttpContext — Let’s Learn Adonis 5, Lesson 1.3
5 min readNov 18, 2021
--
View all lessons in the Let’s Learn Adonis 5 series here.
The HttpContext object is an object that we’ll be heavily working with as we develop our Adonis application. It’s an object that’s going to be provided to us via our middleware, route handlers, HTTP…