HttpContext.fromCtx constructor
HttpContext.fromCtx(
- HttpContext ctx,
- HttpHandler next
Implementation
HttpContext.fromCtx(HttpContext ctx, HttpHandler next)
: this(ctx.id, ctx.req, ctx.res, next: next);