Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 616 Bytes

HttpRequestOptions.md

File metadata and controls

19 lines (18 loc) · 616 Bytes
nav-title title description
Object http.HttpRequestOptions
Object http.HttpRequestOptions
Object http.HttpRequestOptions

Object: "http".HttpRequestOptions

Provides options for the http requests.

Properties
  • 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.