Crate http_manager
source ·Functions
Creates a simple HTTP GET request with no header and no body.
Creates a simple HTTP POST request with JSON header and body.
Downloads a file to the “file_path”.
TODO: implement this with native Rust
Posts JSON body.
Sends a HTTP request, reads response in “hyper::body::Bytes”.