Cancels the current request.
Returns the response body length.
Returns the amount of bytes this HTTPRequest downloaded.
Returns the current status of the underlying HTTPClient. See STATUS_* enum on HTTPClient.
Creates request on the underlying HTTPClient. If there is no configuration errors, it tries to connect using HTTPClient.connectToHost and passes parameters onto HTTPClient.request. Returns OK if request is successfully created. (Does not imply that the server has responded), ERR_UNCONFIGURED if not in the tree, ERR_BUSY if still processing previous request, ERR_INVALID_PARAMETER if given string is not a valid URL format, or ERR_CANT_CONNECT if not using thread and the HTTPClient cannot connect to host.
Maximum allowed size for response bodies.
Maximum allowed size for response bodies.
The file to download into. Will output any received file into it.
Maximum number of allowed redirects.
If true multithreading is used to improve performance.
A node with the ability to send HTTP requests.
Uses HTTPClient internally. Can be used to make HTTP requests, i.e. download or upload files or web content via HTTP.