Methods for cJsonHttpTransfer
View method list in alphabetical order.
| Name | Type | Description | Defining Class |
|---|---|---|---|
| HttpDeleteJson | Function | Executes an HTTP DELETE request using JSON data | cJsonHttpTransfer |
| HttpGetJson | Function | Executes an HTTP GET request using JSON data | cJsonHttpTransfer |
| HttpPatchJson | Function | Executes an HTTP PATCH request using JSON data | cJsonHttpTransfer |
| HttpPostJson | Function | Executes an HTTP POST request using JSON data | cJsonHttpTransfer |
| HttpPutJson | Function | Executes an HTTP PUT request using JSON data | cJsonHttpTransfer |
| HttpVerbJson | Function | Executes an HTTP request using JSON data for the passed verb | cJsonHttpTransfer |
| LastError | Procedure | Used to report an error after a failed JSON http transfer | cJsonHttpTransfer |
| TransferErrorDescription | Function | Returns an error description for the last transfer | cJsonHttpTransfer |
Inherited Methods from cHttpTransfer
| Name | Type | Description | Defining Class |
|---|---|---|---|
| HttpPostRequest | Function | Performs an HTTP POST request using sFilePath | cHttpTransfer |
| HttpPutRequest | Function | Performs an HTTP PUT request using sFilePath | cHttpTransfer |
| ResponseStatusText | Function | Returns the HTTP status text from the last HTTP request | cHttpTransfer |
Inherited Methods from cBaseHTTPTransfer
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AddHeader | Function | Adds the HTTP header named sHeaderName with the value sHeaderValue to the HTTP headers | cBaseHTTPTransfer |
| ClearHeaders | Procedure | Clears all HTTP headers added using AddHeader | cBaseHTTPTransfer |
| HTTPGetRequest | Function | Performs an HTTP GET request using sFilePath | cBaseHTTPTransfer |
| HTTPPostAddrRequest | Function | Performs an HTTP POST request | cBaseHTTPTransfer |
| HTTPputAddrRequest | Function | Performs an HTTP PUT request using sFilePath | cBaseHTTPTransfer |
| HttpVerbAddrRequest | Function | Allows you to send a verb of your choosing (like PATCH) | cBaseHTTPTransfer |
| ResponseHeader | Function | Returns the value for a named http response header | cBaseHTTPTransfer |
| ResponseStatusCode | Function | Returns the response HTTP status code | cBaseHTTPTransfer |
| SelectClientCertificate | Function | Selects a client certificate to be used in an Http request | cBaseHTTPTransfer |
Inherited Methods from cObject
| Name | Type | Description | Defining Class |
|---|---|---|---|
| ChildByIndex | Function | Can be used to iterate the direct children of an object | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class | cObject |
| Create | Function | Creates an object based on the passed Class Id | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name | cObject |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object | cObject |
| Exit_Application | Procedure | Starts the process of closing an application | cObject |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy | cObject |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on | cObject |
| Request_Destroy_Object | Procedure | Use the Destroy method instead | cObject |