From 9a070fb1ad93590e51150f454aac0aeebe94d0a3 Mon Sep 17 00:00:00 2001 From: Malloc Voidstar <1284317+AlyoshaVasilieva@users.noreply.github.com> Date: Tue, 5 Oct 2021 07:44:57 -0700 Subject: [PATCH] And to lib.rs, woops --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 58357b4..9ac5675 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -133,6 +133,8 @@ //! 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 //! 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 //!