You are here: Start » FIL.NET » HTTP
HTTP
Icon | Name | Description |
---|---|---|
![]() |
Http_DecodeURL | Converts text from URL friendly text to a string. |
![]() |
Http_EncodeURL | Converts string to URL friendly text. |
![]() |
Http_SendRequest_GET | Sends a GET request to server and receives an answer. |
![]() |
Http_SendRequest_POST_JSON | Sends a POST request in JSON format to the server and receives answer. |
![]() |
Http_SendRequest_POST_Raw | Sends a POST request to the server and receives an answer. |