com.HTTPServiceRequest methods
Methods of the com.HTTPServiceRequest
class.
Name | Description |
---|---|
|
Returns the URL of the HTTP service request. The URL may consists of a host name, a port number, a path, and a query. |
|
Returns the host name contained in the URL of an HTTP service request. |
|
Returns the path contained in the URL of an HTTP service request. |
|
Returns the port number contained in the URL of an HTTP service request. |
|
Takes a dynamic array of RECORD of two strings and fills that array with the decoded query string of an HTTP service request. |
Name | Description |
---|---|
|
Returns the value of an HTTP header. |
|
Returns the number of request headers. |
|
Returns a request header name by position. |
|
Returns a request header value by position. |
|
Returns the HTTP version of the service request. |
Name | Description |
---|---|
|
Starts an HTTP streaming request. |
|
Terminates an HTTP streaming request. |
|
Returns the HTTP method of the service request. |
|
Returns TRUE if the connection remains open after
sending a response. |
|
Returns the body of a request in a
BYTE . |
|
Returns the body of a request in a file. |
|
Returns the string of a GET request with UTF-8 conversion option. |
|
Returns the request body as a plain string. |
|
Returns the request body as an XML document. |
Name | Description |
---|---|
|
Returns the multipart type of an incoming request. |
|
Returns the HTTPPart object at the specified index position. |
|
Returns the number of additional multipart elements. |
|
Returns the HTTPPart object of the given Content-ID value. |
Name | Description |
---|---|
|
Defines the HTTP response character set. |
|
Defines a header for the HTTP response. |
|
Defines the HTTP response version. |
Name | Description |
---|---|
|
Starts an HTTP streaming response. |
|
Terminates an HTTP streaming response. |
|
Sends an HTTP response without body. |
|
Sends an HTTP response with data of a BYTE
variable. |
|
Sends an HTTP response with the data contained in a file. |
|
Sends an HTTP response with data from a plain string. |
|
Sends an HTTP response with data from a XML document object. |
Name | Description |
---|---|
|
Adds a new part to the HTTP root part response. |
|
Sets HTTP response in multipart mode of given type. |
Name | Description |
---|---|
|
Enables the server to retrieve a cookie sent by the client by name. |
|
Allows the server to return cookies to be set on the client application sending the request. |