Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpClientOptions

HTTP options to pass into HttpClient.exchange.

Hierarchy

  • HttpClientOptions

Index

Properties

Optional body

body: any

Optional payload body to be sent

Optional headers

headers: {}

Optional HTTP headers to be included in the request

Type declaration

  • [name: string]: string

Optional method

method: HttpMethod

Optional HTTP request method; defaults to HtppMethod.Get

Optional options

options: any

Raw options to be passed to the underlying implementation; Please use with care

Optional retry

Optional retry options

Generated using TypeDoc