resolve<T> static method

InterceptorResult<T> resolve<T>(
  1. HttpResponse response
)

Stops the interceptor chain and resolve the request with a response.

Implementation

static InterceptorResult<T> resolve<T>(HttpResponse response) =>
    InterceptorResolveResult(response);