File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 106106//! * `gzip-tonic`: Use gzip compression for `tonic` grpc layer.
107107//! * `zstd-tonic`: Use zstd compression for `tonic` grpc layer.
108108//! * `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
110110//!
111111//! The following feature flags offer additional configurations on http:
112112//!
113113//! * `http-proto`: Use http as transport layer, protobuf as body format.
114114//! * `reqwest-blocking-client`: Use reqwest blocking http client.
115115//! * `reqwest-client`: Use reqwest http client.
116116//! * `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.
118118//!
119119//! # Kitchen Sink Full Configuration
120120//!
You can’t perform that action at this time.
0 commit comments