This repository was archived by the owner on Jan 13, 2021. It is now read-only.
File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ and file down the rough edges.
32
32
Versions
33
33
========
34
34
35
- ``hyper `` provides support for draft 16 of the HTTP/2 draft specification and
36
- draft 9 of the HPACK draft specification. As further drafts are released,
37
- ``hyper `` will be updated to support them.
35
+ ``hyper `` provides support for drafts 14, 15, and 16 of the HTTP/2 draft
36
+ specification and draft 9 of the HPACK draft specification. As further drafts
37
+ are released, ``hyper `` will be updated to support them.
38
38
39
39
Compatibility
40
40
=============
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ an email. My email address can be found `on my GitHub profile page`_.
15
15
What version of the HTTP/2 draft specification does ``hyper `` support?
16
16
----------------------------------------------------------------------
17
17
18
- Currently, ``hyper `` supports version 16 of the HTTP/2 draft specification,
19
- and version 9 of the HPACK draft specification. ``hyper `` will be updated to
20
- keep up with the HTTP/2 draft specifications as they progress.
18
+ Currently, ``hyper `` supports versions 14, 15, and 16 of the HTTP/2 draft
19
+ specification, and version 9 of the HPACK draft specification. ``hyper `` will
20
+ be updated to keep up with the HTTP/2 draft specifications as they progress.
21
21
22
22
Does ``hyper `` support HTTP/2 flow control?
23
23
-------------------------------------------
You can’t perform that action at this time.
0 commit comments