This is a preliminary list of functions that will be added in [`http.biplan`](gioblu/BIPLAN/src/utils/libraries/http.biplan). Feel free to suggest additions. - [x] `http_read_all` reads all bytes from an open HTTP pipe and copy them into a destination string - [x] `http_get` performs an HTTP GET request and read the entire response body - [x] `http_get_json` performs an HTTP GET request with JSON accept headers and read the response - [x] `http_status_code` performs an HTTP request that returns only the response status code - [ ] `http_encode` encodes spaces in a URL as %20 for safe usage in HTTP requests
This is a preliminary list of functions that will be added in
http.biplan.Feel free to suggest additions.
http_read_allreads all bytes from an open HTTP pipe and copy them into a destination stringhttp_getperforms an HTTP GET request and read the entire response bodyhttp_get_jsonperforms an HTTP GET request with JSON accept headers and read the responsehttp_status_codeperforms an HTTP request that returns only the response status codehttp_encodeencodes spaces in a URL as %20 for safe usage in HTTP requests