diff options
author | Loïc Hoguin <[email protected]> | 2018-03-23 16:22:04 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-03-23 16:22:04 +0100 |
commit | 31092b546c8995fcfe0fa07d4e9741ad42665747 (patch) | |
tree | 6d9d121c09eeaad1446f638a568cc2a30dd41f71 | |
parent | ac07dbeb04d0ecfd900c7d575cb379a45d642782 (diff) | |
download | cowboy-31092b546c8995fcfe0fa07d4e9741ad42665747.tar.gz cowboy-31092b546c8995fcfe0fa07d4e9741ad42665747.tar.bz2 cowboy-31092b546c8995fcfe0fa07d4e9741ad42665747.zip |
Add RFC 8336 to the list
-rw-r--r-- | doc/src/guide/specs.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/guide/specs.asciidoc b/doc/src/guide/specs.asciidoc index 4461656..d1a0ab8 100644 --- a/doc/src/guide/specs.asciidoc +++ b/doc/src/guide/specs.asciidoc @@ -87,6 +87,7 @@ for or related to HTTP. * https://tools.ietf.org/html/rfc8188[RFC 8188]: Encrypted Content-Encoding for HTTP * https://tools.ietf.org/html/rfc8246[RFC 8246]: HTTP Immutable Responses * https://tools.ietf.org/html/rfc8297[RFC 8297]: An HTTP Status Code for Indicating Hints +* https://tools.ietf.org/html/rfc8336[RFC 8336]: The ORIGIN HTTP/2 Frame * https://www.w3.org/TR/webmention/[Webmention]: Webmention ==== Upcoming |