SendRequestOptions
Hierarchy
- SendRequestOptions
Index
Properties
optionalcookieJar
optionalignoreTlsErrors
optionalproxyUrl
Overrides the proxy URL set in the session for this request.
Note that setting this manually can interfere with session proxy rotation.
optionalsession
optionalsignal
An AbortSignal to cancel the HTTP request.
optionaltimeoutMillis
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.