Skip to main content

RequestOptions

type alias RequestOptions

Definition Jump to heading

http.RequestOptions
& tls.SecureContextOptions
& { checkServerIdentity?: tls.checkServerIdentity | undefined; rejectUnauthorized?: boolean | undefined; servername?: string | undefined; }
Back to top