Update README.md

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

View File

@ -9,6 +9,7 @@ A low-level async HTTP library.
* gzip, deflate, and brotli decoding. (Not done, but structure in place)
* SSL verification. (Done)
* Proxy support. (Not done)
* HTTP/2 support. (Not done)
* Support *both* async and sync operations. (Sync will be lightweight shim on top of async. Not done.)
## Motivation