http.HttpOptions
Options object sent to the backend.
#
Properties#
body• Optional
body: Body
#
Defined in#
headers• Optional
headers: Record
<string
, any
>
#
Defined in#
method• method: HttpVerb
#
Defined in#
query• Optional
query: Record
<string
, any
>
#
Defined in#
responseType• Optional
responseType: ResponseType
#
Defined in#
timeout• Optional
timeout: number
#
Defined in#
url• url: string