Http/2
background
- HTTP/2 standard was published as RFC 7540 on May 14, 2015
- based on SPDY (by google).
important stuff
- Negotiation mechanism: for picking http version
- Compatibilty: mostly backwards compatible
- Multiplexing & Concurrency: Several requests can be sent in rapid succession on the same TCP connection, and responses can be received out of order - eliminating the need for multiple connections between the client and the server
- Server push: The server can send resources the client has not yet requested
- Header compression: HTTP header size is drastically reduced
- Stream dependencies: the client can indicate to the server which of the resources are more important than the others
No comments:
Post a Comment