Back to FabImage Library website
You are here: Start » Function Reference » HTTP
HTTP
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
Http_DecodeURL | Converts text from URL friendly text to a string. | Professional |
![]() |
Http_EncodeURL | Converts string to URL friendly text. | Professional |
![]() |
Http_SendRequest_GET | Sends a GET request to server and receives an answer. | Professional |
![]() |
Http_SendRequest_POST_JSON | Sends a POST request in JSON format to the server and receives answer. | Professional |
![]() |
Http_SendRequest_POST_Raw | Sends a POST request to the server and receives an answer. | Professional |