com.HttpRequest methods
Methods for the com.HttpRequest
class.
Name | Description |
---|---|
|
Creates a new HttpRequest object from a URL. |
Name | Description |
---|---|
|
Removes user-defined authentication. |
|
Removes all user-defined HTTP request headers. |
|
Removes a named HTTP request header. |
|
Defines the user login and password to authenticate to the server. |
|
Defines the auto reply option for response methods. |
|
Disable chunk mode in HTTP 1.1 if request body size is greater than 32 KB |
|
Defines the charset used when sending text or XML. |
|
Defines the timeout for the establishment of the connection. |
|
Sets an HTTP header for the request. |
|
Sets the HTTP method of the request. |
|
Defines whether a connection is kept open if a new request occurs. |
|
Defines the maximum size in Kbytes of a response. |
|
Defines the timeout for a reading or writing operation. |
|
Sets the HTTP version of the request. |
Name | Description |
---|---|
|
Starts a HTTP request streaming JSON. |
|
Starts a streaming HTTP request. |
|
Terminates a streaming HTTP request. |
|
Terminates a streaming HTTP request. |
|
Performs the request by sending binary data. |
|
Performs the request by sending data contained in a file. |
|
Performs an "application/x-www-form-urlencoded forms" encoded query. |
|
Performs the HTTP request. |
|
Performs the request by sending an entire string at once. |
|
Performs the request by sending an entire XML document at once. |
Name | Description |
---|---|
|
When available, returns the response produced by one of request methods. |
|
Waits for and returns the response produced by one of request methods. |
Name | Description |
---|---|
|
Adds a new part to the HTTP root part request. |
|
Switch HttpRequest in multipart mode of a given type. |
Name | Description |
---|---|
|
Enables automatic cookie management for a given request. |
Name | Description |
---|---|
|
Configure the proxy URL. |
|
Define the login and password to use for proxy authentication. |
|
Specifies the certificate and key to use for the
HttpRequest request. |
|
Removes the client certificate and key set by
setCertificateAndKey() . |
|
Defines the type of cipher to use for encryption and decryption. |
|
Removes the cipher set by
setCipher() . |
|
Defines if certificates for applications or services are validated on each request. |
|
Removes the value set by
setVerifyServer . |