Skip to content

seanmonstar/reqwest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 31, 2018
a4f5c2d · May 31, 2018
Feb 1, 2018
May 31, 2018
Feb 15, 2018
Jan 2, 2017
Oct 22, 2017
Jun 9, 2017
Mar 12, 2018
May 31, 2018
May 31, 2018
Jul 1, 2016
Dec 13, 2016
Aug 25, 2017

Repository files navigation

reqwest

Travis CI Status Appveyor CI Status crates.io

An ergonomic HTTP Client for Rust.

Built on top of hyper, with a batteries-included mindset.

Requirements

On Linux:

On Windows and macOS:

  • Nothing.

Reqwest uses rust-native-tls, which will use the operating system TLS framework if available, meaning Windows and macOS. On Linux, it will use OpenSSL 1.1.

License

Licensed under either of

Contribution

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