You are here: Start » Filter Reference » System » HTTP
HTTP
Select a filter from the list below.
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| Http_DecodeURL |
|
Converts text from URL friendly text to a string. |
FoundationLite | |
| Http_EncodeURL |
|
Converts string to URL friendly text. |
FoundationLite | |
| Http_SendBinaryData |
|
Sends a raw HTTP request. |
FoundationLite | |
| Http_SendCustomRequest |
|
Sends a custom HTTP request. |
FoundationLite | |
| Http_SendRequest_DELETE |
|
Sends a DELETE request to server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_DELETE_ByteBuffer |
|
Sends a DELETE request to server and receives a binary answer. |
FoundationLite | |
| Http_SendRequest_GET |
|
Sends a GET request to server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_GET_ByteBuffer |
|
Sends a GET request to server and receives a binary answer. |
FoundationLite | |
| Http_SendRequest_PATCH |
|
Sends a PATCH request to the server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_PATCH_ByteBuffer |
|
Sends a PATCH request to the server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_PATCH_JSON |
|
Sends a PATCH request in JSON format to the server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_POST |
|
Sends a POST request to the server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_POST_ByteBuffer |
|
Sends a POST request to the server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_POST_JSON |
|
Sends a POST request in JSON format to the server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_PUT |
|
Sends a PUT request to the server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_PUT_ByteBuffer |
|
Sends a PUT request to the server and receives a text answer. |
FoundationLite | |
| Http_SendRequest_PUT_JSON |
|
Sends a PUT request in JSON format to the server and receives a text answer. |
FoundationLite |
