intercepted_client library

Classes

ErrorHandler
Handler that is used for errors.
HttpInterceptor
Base class for interceptor handlers.
InterceptedClient
Base class for all clients that intercept requests and responses.
RequestHandler
Handler that is used for requests
ResponseHandler
Handler that is used for responses.
SequentialHttpInterceptor
Sequential interceptor that runs interceptors in sequence.

Enums

InterceptorAction
Action of the interceptor

Typedefs

Interceptor<T extends Object, H extends BaseHandler, R> = R Function(T value, H handler)
Interceptor signature