The **HttpContext** property allow us to access the current request, response and user with ease. * Access `HttpContext` in controllers derived from `BaseHttpController` or `@Inject` decorator.
The HttpContext property allow us to access the current request, response and user with ease.
HttpContextin controllers derived fromBaseHttpControlleror@Injectdecorator.