onRequest method
Called before the request is sent. Mutate handler.context or call
handler.reject to abort.
Implementation
void onRequest(RequestContext context, RequestHandler handler) =>
handler.next(context);
Called before the request is sent. Mutate handler.context or call
handler.reject to abort.
void onRequest(RequestContext context, RequestHandler handler) =>
handler.next(context);