influent.rs
influent.rs copied to clipboard
Add HTTP consumer using reqwest
Hyper does not comes with HTTPS support out-of-the-box anymore. This PR adds two more Hurl implementation using the Reqwest crate: a regular synchronous one and an async one.