Functions§
- create_
get - Creates a simple HTTP GET request with no header and no body.
- create_
json_ post - Creates a simple HTTP POST request with JSON header and body.
- download_
file - Downloads a file to the “file_path”.
- get_
non_ tls - TODO: implement this with native Rust
- join_
uri - post_
non_ tls - Posts JSON body.
- read_
bytes - Sends a HTTP request, reads response in “hyper::body::Bytes”.