From: Tom Christie Date: Mon, 8 Apr 2019 11:06:35 +0000 (+0100) Subject: Update README.md X-Git-Tag: 0.1.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0eb1c0581eef17159c0b9e12d35178ccbe55ff7;p=thirdparty%2Fhttpx.git Update README.md --- diff --git a/README.md b/README.md index 2475b465..c2fc1b34 100644 --- 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) +* gzip, deflate, and brotli decoding. (Not done, but structure in place. Easy one to pick off now.) * SSL verification. (Done) * Proxy support. (Not done) * HTTP/2 support. (Not done)