Re: Fwd: New Version Notification for draft-mcmanus-httpbis-h2-websockets-02.txt

On 11/13/2017 06:53 AM, Patrick McManus wrote:

> URL: 
> https://www.ietf.org/internet-drafts/draft-mcmanus-httpbis-h2-websockets-02.txt 
> <https://www.ietf.org/internet-drafts/draft-mcmanus-httpbis-h2-websockets-02.txt>


                                            SETTINGS
                                            ENABLE_CONNECT_PROTOCOL = 1

    HEADERS + END_HEADERS
    :method = CONNECT
    :protocol = websocket
    :scheme = https
    :path = /chat
    :authority = server.example.com:443
    sec-websocket-protocol = chat, superchat
    sec-websocket-extensions = permessage-deflate
    sec-websocket-version = 13
    origin = http://www.example.com

                                            HEADERS + END_HEADERS
                                            :status = 200
                                            sec-websocket-protocol = chat

    DATA
    WebSocket Data

                                            DATA + END_STREAM
                                            WebSocket Data

    DATA + END_STREAM
    WebSocket Data


This looks really good to me, I'll be very happy to implement it.

-Andy

Received on Monday, 13 November 2017 01:38:08 UTC