http/http 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.

Enums

Method
Enum representation of all http methods.

Functions

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