Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 285f2b2

Browse files
committed
We support 14 and 15 too.
1 parent 959ad33 commit 285f2b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ and file down the rough edges.
3232
Versions
3333
========
3434

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.
3838

3939
Compatibility
4040
=============

docs/source/faq.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ an email. My email address can be found `on my GitHub profile page`_.
1515
What version of the HTTP/2 draft specification does ``hyper`` support?
1616
----------------------------------------------------------------------
1717

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.
2121

2222
Does ``hyper`` support HTTP/2 flow control?
2323
-------------------------------------------

0 commit comments

Comments
 (0)