HttpContext constructor
HttpContext(
- String id,
- HttpRequest req,
- HttpResponse resp, {
- dynamic next = _defaultHandler<HttpContext>,
Implementation
HttpContext(super.id, super.req, super.resp,
{next = _defaultHandler<HttpContext>}) {
_nextHandler = next;
}