GitHub

Server-Side Hooks

useHttpContext

Retrieve the AdonisJS HttpContextContract exported from @ioc:Adonis/Core/HttpContext.

Server


Usage

import { useHttpContext } from '@microeinhundert/radonis'


const httpContext = useHttpContext()
Previous
useApplication