http_middleware library

Classes

HttpClientWithMiddleware
Class to be used by the user to set up a new http.Client with middleware supported. call the build() constructor passing in the list of middlewares. Example:
HttpWithMiddleware
Class to be used by the user as a replacement for 'http' with middleware supported. call the build() constructor passing in the list of middlewares. Example:
MiddlewareContract
Middleware interface to create custom middleware for http. Extend this class and override the functions that you want to intercept.
RequestData
ResponseData

Enums

Method

Functions

methodFromString(String method) Method