StreamOptions
Hierarchy
- SendRequestOptions
- StreamOptions
Index
Properties
optionalinheritedcookieJar
optionalinheritedignoreTlsErrors
optionalonRedirect
optionalinheritedproxyUrl
Overrides the proxy URL set in the session for this request.
Note that setting this manually can interfere with session proxy rotation.
optionalinheritedsession
optionalinheritedsignal
An AbortSignal to cancel the HTTP request.
optionalinheritedtimeoutMillis
Timeout for the HTTP request in milliseconds.
When
true, TLS certificate errors are ignored for this request. Also enabled bysession.proxyInfo.ignoreTlsErrors(MITM proxies). Best-effort: clients that cannot disable TLS verification (e.g. the native fetch fallback) ignore it.