resolve<T> static method
Stops the interceptor chain and resolve the request with a response.
Implementation
static InterceptorResult<T> resolve<T>(HttpResponse response) =>
InterceptorResolveResult(response);
Stops the interceptor chain and resolve the request with a response.
static InterceptorResult<T> resolve<T>(HttpResponse response) =>
InterceptorResolveResult(response);