Update README.md

This commit is contained in:
Tom Christie 2019-04-17 17:38:59 +01:00 committed by GitHub
parent 34c03d780f
commit 9927dc8bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ A low-level async HTTP library.
## Proposed functionality
* Support for streaming requests and responses. (Done)
* Support for connection pooling. (Not done, but structure in place)
* Support for connection pooling. (Done)
* gzip, deflate, and brotli decoding. (Done)
* SSL verification. (Done)
* Proxy support. (Not done)