Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Take into account HTTP 2.0 new capabilities #16

Open
jlouvel opened this issue May 9, 2013 · 0 comments
Open

Take into account HTTP 2.0 new capabilities #16

jlouvel opened this issue May 9, 2013 · 0 comments
Assignees

Comments

@jlouvel
Copy link
Member

jlouvel commented May 9, 2013

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)
@ghost ghost assigned jlouvel May 9, 2013
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant