INetRequestOptions

Type interface

Inheritance

INetRequestOptions does not extend any other symbol.

INetRequestOptions is not extended by any other symbol.

Properties

requestHeaders
#

Type { key: string,
  value: string }

Custom request headers to be added to HTTP(S) request.

responseType
#

Type XMLHttpRequestResponseType

Specify expected response type.

Click here for more info

withCredentials
#

Type boolean

Specify whether to send CORS credentials (defaults to false).

Click here for more info