Skip to content

Take into account HTTP 2.0 new capabilities #16

Open
@jlouvel

Description

@jlouvel

See latest HTTP 2.0 draft:
http://tools.ietf.org/html/draft-ietf-httpbis-http2-02

HTTP 1.1 had focus on:

  • implementation simplicity
  • accessibility

HTTP 2.0 has focus on:

  • better application performance
  • optimized mapping of the HTTP semantics to a TCP connection
  • server push (like GET requests initiated by the server)
  • less network connections (one per domain)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions