You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ http_req by default uses [rust-native-tls](https://crates.io/crates/native-tls),
16
16
which relies on TLS framework provided by OS on Windows and macOS, and OpenSSL
17
17
on all other platforms. But it also supports [rustls](https://crates.io/crates/rustls).
18
18
19
-
## Features
19
+
## All features
20
20
21
21
- Support for both HTTP and HTTPS protocols via [rust-native-tls](https://crates.io/crates/native-tls) (or optionally [rustls](https://crates.io/crates/rustls))
22
22
- Creating and sending HTTP requests using the `Request` type (with extended capabilities provided via `RequestMessage` and `Stream`)
@@ -50,6 +50,15 @@ In order to use `http_req` with `rustls` in your project, add the following line
0 commit comments