deno.com
type alias RequestOptions

Definition #

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