Crate http_manager

Source

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”.