AdonisJS / HttpContext

The AdonisJS HttpContext is unique to each request. It contains information about a specific request like the request body, matched route, headers, cookies, the authenticated user, and much more.

Recently Released on HttpContext