next method
Update the request (e.g. inject auth header) and let it continue.
Implementation
void next(RequestContext ctx) {
_context = ctx;
}
Update the request (e.g. inject auth header) and let it continue.
void next(RequestContext ctx) {
_context = ctx;
}