]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md
authorTom Christie <tom@tomchristie.com>
Tue, 16 Apr 2019 11:21:52 +0000 (12:21 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2019 11:21:52 +0000 (12:21 +0100)
README.md

index c2fc1b348b8d52d5d3a5363a28246239deeefa7b..a43640b90be9ce926d49326a6e3af58a309b454b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A low-level async HTTP library.
 
 * Support for streaming requests and responses. (Done)
 * Support for connection pooling. (Not done, but structure in place)
-* gzip, deflate, and brotli decoding. (Not done, but structure in place. Easy one to pick off now.)
+* gzip, deflate, and brotli decoding. (Done)
 * SSL verification. (Done)
 * Proxy support. (Not done)
 * HTTP/2 support. (Not done)