And to lib.rs, woops

This commit is contained in:
Malloc Voidstar
2021-10-05 07:44:57 -07:00
committed by Martin Algesten
parent 024bcaac99
commit 9a070fb1ad

View File

@@ -133,6 +133,8 @@
//! TLS implementation, `native-tls` is never picked up as a default or used by the crate level //! TLS implementation, `native-tls` is never picked up as a default or used by the crate level
//! convenience calls (`ureq::get` etc) it must be configured on the agent. The `native-certs` feature //! convenience calls (`ureq::get` etc) it must be configured on the agent. The `native-certs` feature
//! does nothing for `native-tls`. //! does nothing for `native-tls`.
//! * `gzip` enables automatically requesting gzip-compressed responses and decompressing them.
//! * `brotli` enables automatically requesting Brotli-compressed responses and decompressing them.
//! //!
//! # Plain requests //! # Plain requests
//! //!