Interface HttpRequestOptions

HTTP(s) request options.

Hierarchy

  • HttpRequestOptions

Properties

body?: object

Body of request (JSON).

headers?: HttpHeaders

Request headers.

method?: string

HTTP(s) method (GET).

timeout?: number

What if we don't get a response?

url: string

Full URL, inluding protocol and query.

Generated using TypeDoc