Clarify Requirements for using this crate
This commit is contained in:
committed by
Sean McArthur
parent
2ff998cf16
commit
add83c2324
12
README.md
12
README.md
@@ -10,6 +10,18 @@ Built on top of [hyper](http://hyper.rs), with a batteries-included mindset.
|
|||||||
|
|
||||||
- [Documentation](https://docs.rs/reqwest)
|
- [Documentation](https://docs.rs/reqwest)
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
On Linux:
|
||||||
|
|
||||||
|
- OpenSSL 1.1 (see https://github.com/sfackler/rust-openssl)
|
||||||
|
|
||||||
|
On Windows and macOS:
|
||||||
|
|
||||||
|
- Nothing.
|
||||||
|
|
||||||
|
Reqwest uses [rust-native-tls](https://github.com/sfackler/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
|
## License
|
||||||
|
|
||||||
Licensed under either of
|
Licensed under either of
|
||||||
|
|||||||
Reference in New Issue
Block a user