intercepted_http library
A composable HTTP interceptor layer for package:http.
Classes
- HttpInterceptor
- Base class for all interceptors.
- HttpStatusCode
- HTTP status code constants.
- InterceptedHttp
-
An
http.BaseClientthat pipes every request through a list of HttpInterceptors before and after network I/O.
Exceptions / Errors
- HttpClientException
- Thrown by InterceptedHttp when the server returns a 4xx or 5xx status.