The HTTPRequest class / com.HTTPRequest methods |
Performs the request by sending an entire string at once.
Performs the request by sending an entire string at once.
Supported methods are PUT and POST.
The default Content-Type header is text/plain, but it can be changed if of the form */*. For example: application/json.
Automatic conversion from locale to user-defined charset is performed when possible, otherwise throws an exception.
In HTTP 1.1, if the body size is greater than 32 KB, the request will be sent in several chunks of the same size.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.