next method
Let the (possibly mutated) response continue down the chain.
Implementation
void next(ResponseContext ctx) => _context = ctx;
Let the (possibly mutated) response continue down the chain.
void next(ResponseContext ctx) => _context = ctx;