Update README.md

This commit is contained in:
Tom Christie 2019-04-08 12:06:35 +01:00 committed by GitHub
parent 2ad8501607
commit f0eb1c0581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)