Member variable HttpClient():httpRequest Foundation

The request message object.

Attribute: READONLY
Data type: Object
Description

The member variable :httpRequest contains a reference to a HttpRequestMessage() object which is associated with the HTTP client. This request object is used as the default when sending requests to the server using the methods :send() and :sendAsync().

For modifying the request properties content type and accept language, see the methods :setAcceptType() and :setAcceptCharset(),

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.