File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 106
106
//! * `gzip-tonic`: Use gzip compression for `tonic` grpc layer.
107
107
//! * `zstd-tonic`: Use zstd compression for `tonic` grpc layer.
108
108
//! * `tls-roots`: Adds system trust roots to rustls-based gRPC clients using the rustls-native-certs crate
109
- //! * `tls-webkpi -roots`: Embeds Mozilla's trust roots to rustls-based gRPC clients using the webkpi -roots crate
109
+ //! * `tls-webpki -roots`: Embeds Mozilla's trust roots to rustls-based gRPC clients using the webpki -roots crate
110
110
//!
111
111
//! The following feature flags offer additional configurations on http:
112
112
//!
113
113
//! * `http-proto`: Use http as transport layer, protobuf as body format.
114
114
//! * `reqwest-blocking-client`: Use reqwest blocking http client.
115
115
//! * `reqwest-client`: Use reqwest http client.
116
116
//! * `reqwest-rustls`: Use reqwest with TLS with system trust roots via `rustls-native-certs` crate.
117
- //! * `reqwest-rustls-webkpi -roots`: Use reqwest with TLS with Mozilla's trust roots via `webkpi -roots` crate.
117
+ //! * `reqwest-rustls-webpki -roots`: Use reqwest with TLS with Mozilla's trust roots via `webpki -roots` crate.
118
118
//!
119
119
//! # Kitchen Sink Full Configuration
120
120
//!
You can’t perform that action at this time.
0 commit comments