#future #libcurl #backed

tokio-curl

An implementation of an asynchronous HTTP client using futures backed by libcurl

12 releases

Uses old Rust 2015

0.1.11 Jan 3, 2018
0.1.10 Aug 24, 2017
0.1.9 Jan 22, 2017
0.1.7 Dec 27, 2016
0.1.0 Sep 10, 2016

#314 in HTTP client

Download history 18/week @ 2023-12-03 29/week @ 2023-12-10 39/week @ 2023-12-17 30/week @ 2023-12-24 9/week @ 2023-12-31 34/week @ 2024-01-07 35/week @ 2024-01-14 16/week @ 2024-01-21 26/week @ 2024-01-28 15/week @ 2024-02-04 39/week @ 2024-02-11 43/week @ 2024-02-18 83/week @ 2024-02-25 42/week @ 2024-03-03 53/week @ 2024-03-10 61/week @ 2024-03-17

240 downloads per month
Used in 3 crates

MIT/Apache

43KB
853 lines

tokio-curl

An implementation of an asynchronous HTTP client using futures backed by libcurl.

Build Status Build status

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies]
tokio-curl = "0.1"

Next, add this to your crate:

extern crate tokio_curl;

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~19–29MB
~410K SLoC