Skip to content

net/http: support HTTP/2 #6891

Closed
Closed
@mikioh

Description

@mikioh
Just a thought, because it's a bit big and long-term stuff.

Hypertext Transfer Protocol version 2.0
http://tools.ietf.org/html/draft-ietf-httpbis-http2

HPACK - Header Compression for HTTP/2.0
http://tools.ietf.org/html/draft-ietf-httpbis-header-compression

Also it requires issue #6736.

Use cases would be the following:
- Server: 1.x, 2.0 and/or protocol agnostic
- Client: ditto
- Proxy (w/ traffic engineering): basic forward/reverse proxying, also traffic routing
and/or protocol bridging btw 1.x and 2.0
- QoX?: available to inject external queueing disciplines, frame scheduling and queue
management in between HTTP/2.0 framing and TLS layers
- Bearer: WebSocket over HTTP/2.0

Wow, I'm full.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions