From 024bcaac99a2b0149560871298090c4c7fd197f7 Mon Sep 17 00:00:00 2001 From: Malloc Voidstar <1284317+AlyoshaVasilieva@users.noreply.github.com> Date: Tue, 5 Oct 2021 07:41:51 -0700 Subject: [PATCH] Add gzip/brotli to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aaa007a..b71c2c9 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,8 @@ You can control them when including ureq as a dependency. 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