nav-title | title | description |
---|---|---|
Object http.HttpRequestOptions |
Object http.HttpRequestOptions |
Object http.HttpRequestOptions |
Provides options for the http requests.
- url - String.
Gets or sets the request url. - method - String.
Gets or sets the request method. - headers - (optional) - Object.
Gets or sets the request headers in JSON format. - content - (optional) - String.
Gets or sets the request body. - timeout - (optional) - Number.
Gets or sets the request timeout.