0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

Add a related RFC for Websocket

This is important because it clarifies that sec-websocket-protocol
is case sensitive when matching. Only the registry is case
insensitive.
This commit is contained in:
Loïc Hoguin 2017-07-20 18:30:17 +02:00
parent 3099fc1d9f
commit 5bb2003afc
No known key found for this signature in database
GPG key ID: 71366FF21851DF03

View file

@ -80,6 +80,7 @@ for or related to HTTP.
* https://tools.ietf.org/html/rfc7804[RFC 7804]: Salted Challenge Response HTTP Authentication Mechanism * https://tools.ietf.org/html/rfc7804[RFC 7804]: Salted Challenge Response HTTP Authentication Mechanism
* https://tools.ietf.org/html/rfc7838[RFC 7838]: HTTP Alternative Services * https://tools.ietf.org/html/rfc7838[RFC 7838]: HTTP Alternative Services
* https://tools.ietf.org/html/rfc7932[RFC 7932]: Brotli Compressed Data Format * https://tools.ietf.org/html/rfc7932[RFC 7932]: Brotli Compressed Data Format
* https://tools.ietf.org/html/rfc7936[RFC 7936]: Clarifying Registry Procedures for the WebSocket Subprotocol Name Registry
* https://tools.ietf.org/html/rfc8053[RFC 8053]: HTTP Authentication Extensions for Interactive Clients * https://tools.ietf.org/html/rfc8053[RFC 8053]: HTTP Authentication Extensions for Interactive Clients
* https://tools.ietf.org/html/rfc8164[RFC 8164]: Opportunistic Security for HTTP/2 * https://tools.ietf.org/html/rfc8164[RFC 8164]: Opportunistic Security for HTTP/2
* https://tools.ietf.org/html/rfc8188[RFC 8188]: Encrypted Content-Encoding for HTTP * https://tools.ietf.org/html/rfc8188[RFC 8188]: Encrypted Content-Encoding for HTTP