curl-http-client 2.5.2

This is a wrapper for Easy2 from curl-rust crate for ergonomic use and can perform synchronously and asynchronously using async-curl crate that uses an actor model (Message passing) to achieve a non-blocking I/O.
Documentation
1
2
3
4
5
6
7
8
9
mod asynchronous;
mod cancel;
mod download;
mod get;
mod headers;
mod post;
mod streaming;
mod test_setup;
mod upload;