http_interceptor library

Classes

InterceptedClient
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:
InterceptedHttp
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
A class that mimics HTTP Request in order to intercept it's data.
ResponseData
A class that mimics HTTP Response in order to intercept it's data.
RetryPolicy

Enums

Method
Enum representation of all http methods.

Extensions

AddParameters on Uri
ToURI on String

Functions

methodFromString(String method) Method
Parses an string into a Method Enum value.
methodToString(Method method) String

Exceptions / Errors

HttpInterceptorException