HttpContext.fromCtx constructor

HttpContext.fromCtx(
  1. HttpContext ctx,
  2. HttpHandler next
)

Implementation

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