Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpRequestOptions

Options for a HTTP request.

Hierarchy

Index

Properties

Optional doNotNormalizeHeaders

doNotNormalizeHeaders: boolean

Do not normalize the names of HTTP request headers.

Optional headers

headers: any

The custom headers to send.

Optional socket

socket: string

The path to the (UNIX) socket.

Optional timeout

timeout: number

Custom request timeout.

Generated using TypeDoc