Project node-reqwest
Type Aliases§
- AgentOptions
Agent configuration. All options have undici-compatible defaults.
- ProxyAuth
Basic-auth credentials for an upstream proxy.
- ProxyOptions
Upstream proxy configuration.
- TlsOptions
TLS settings for direct connections. Subset that reqwest supports.
Variables§
- BodyTimeoutError
- ClientClosedError
- ClientDestroyedError
- ConnectTimeoutError
- HeadersOverflowError
- HeadersTimeoutError
- InvalidArgumentError
- NotSupportedError
- RequestAbortedError
- ResponseError
- SocketError
- UndiciError
Classes§
- Agent
- RedirectError
RedirectErrorwas dropped from undici 8's public error surface; we keep a thin subclass ofUndiciErrorso theUND_ERR_REDIRECTdiscriminator still round-trips andinstanceof UndiciErrorholds.