next method

void next(
  1. RequestContext ctx
)

Update the request (e.g. inject auth header) and let it continue.

Implementation

void next(RequestContext ctx) {
  _context = ctx;
}