Content of the body of the HTTP request.
This property can't be edited in read-only mode.
A collection of HTTP headers to add to the outbound request.
This property can't be edited in read-only mode.
HTTP method (e.g., GET or PUT or PATCH) to use for making the request.
This property can't be edited in read-only mode.
Amount of time, in seconds, before the request times out and is abandoned.
This property can't be edited in read-only mode.
The HTTP resource to access.
This property can't be edited in read-only mode.
Adds an additional header to the overall list of headers used in the corresponding HTTP request.
This function can't be called in read-only mode.
Updates the content of the body of the HTTP request.
This function can't be called in read-only mode.
Replaces and applies a set of HTTP Headers for the request.
This function can't be called in read-only mode.
Sets the desired HTTP method (e.g., GET or PUT or PATCH) to use for making the request.
This function can't be called in read-only mode.
This function can't be called in read-only mode.
Main object for structuring a request.
Example
simpleHttpRequest.ts