OptionalkeepIdle ms before TCP keep-alive probes begin. Defaults to 30s; 0 disables keep-alive.
OptionalmaxMax concurrent connections per origin. Defaults to DEFAULT_MAX_CONNECTIONS.
OptionalmaxMax response header size in bytes. Maps to undici maxHeaderSize.
OptionalproxyHTTP proxy URI. When set, a ProxyAgent is built instead of an Agent.
OptionalreadRead timeout in ms. Maps to undici headersTimeout (wait for first response byte) and bodyTimeout (idle between body chunks).
Options for the default undici Dispatcher; unset fields use undici defaults.