next method

void next(
  1. ResponseContext ctx
)

Let the (possibly mutated) response continue down the chain.

Implementation

void next(ResponseContext ctx) => _context = ctx;