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

RedirectError was dropped from undici 8's public error surface; we keep a thin subclass of UndiciError so the UND_ERR_REDIRECT discriminator still round-trips and instanceof UndiciError holds.