http_interceptor library

Classes

HttpClientWithInterceptor
Class to be used by the user to set up a new http.Client with interceptor supported. call the build() constructor passing in the list of interceptors. Example:
HttpWithInterceptor
Class to be used by the user as a replacement for 'http' with interceptor supported. call the build() constructor passing in the list of interceptors. Example:
InterceptorContract
Interceptor interface to create custom Interceptor for http. Extend this class and override the functions that you want to intercept.
RequestData
ResponseData
RetryPolicy

Enums

Method

Extensions

ToURI on String

Functions

methodFromString(String method) Method
methodToString(Method method) String

Exceptions / Errors

HttpInterceptorException