| 25 | export declare class ProxyAuthRequired extends ProxyError {} |
| 26 | export declare class UnsupportedProtocol extends TransportError {} |
| 27 | export declare class DecodingError extends RequestError {} |
| 28 | export declare class TooManyRedirects extends RequestError {} |
| 29 | export declare class HTTPStatusError extends HTTPError {} |
| 30 | export declare class InvalidURL extends ImpitError {} |
nothing calls this directly
no outgoing calls
no test coverage detected