You are here: Start » AVL.NET » Function Reference » System » HTTP

HTTP

Icon Name Description / Applications Modules
Http_DecodeURL

Converts text from URL friendly text to a string.

FoundationBasic
Http_EncodeURL

Converts string to URL friendly text.

FoundationBasic
Http_SendRequest_DELETE

Sends a DELETE request to server and receives a text answer.

FoundationBasic
Http_SendRequest_DELETE_ByteBuffer

Sends a DELETE request to server and receives a binary answer.

FoundationBasic
Http_SendRequest_GET

Sends a GET request to server and receives a text answer.

FoundationBasic
Http_SendRequest_GET_ByteBuffer

Sends a GET request to server and receives a binary answer.

FoundationBasic
Http_SendRequest_PATCH

Sends a PATCH request to the server and receives a text answer.

FoundationBasic
Http_SendRequest_PATCH_ByteBuffer

Sends a PATCH request to the server and receives a text answer.

FoundationBasic
Http_SendRequest_PATCH_JSON

Sends a PATCH request in JSON format to the server and receives a text answer.

FoundationBasic
Http_SendRequest_POST

Sends a POST request to the server and receives a text answer.

FoundationBasic
Http_SendRequest_POST_ByteBuffer

Sends a POST request to the server and receives a text answer.

FoundationBasic
Http_SendRequest_POST_JSON

Sends a POST request in JSON format to the server and receives a text answer.

FoundationBasic
Http_SendRequest_PUT

Sends a PUT request to the server and receives a text answer.

FoundationBasic
Http_SendRequest_PUT_ByteBuffer

Sends a PUT request to the server and receives a text answer.

FoundationBasic
Http_SendRequest_PUT_JSON

Sends a PUT request in JSON format to the server and receives a text answer.

FoundationBasic