From 2ad85016076b06c438bbd45a453a4021592d21e6 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 8 Apr 2019 12:06:05 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52ae21aa..2475b465 100644 --- a/README.md +++ b/README.md @@ -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