Http2 seminar

Http2 seminar

HTTP/2 is the new power of the web. Learn how the http/2 protocol work and how can you benefit from it. Understanding the new web protocols, WebRTC, Sockets and calling convention. Http/2 will surely make your website works faster. In this course you will learn how to do it now.

HTTP/2 (originally named HTTP/2.0) is a major revision of the HTTP network protocol used by the World Wide Web. It was developed from the earlier experimental SPDY protocol, originally developed by Google.
What is HTTP/2?
HTTP/2 is a replacement for how HTTP is expressed “on the wire.” It is not a ground-up rewrite of the protocol; HTTP methods, status codes and semantics are the same, and it should be possible to use the same APIs as HTTP/1.x (possibly with some small additions) to represent the protocol.

The focus of the protocol is on performance; specifically, end-user perceived latency, network and server resource usage. One major goal is to allow the use of a single connection from browsers to a Web site.

The basis of the work was SPDY, but HTTP/2 has evolved to take the community’s input into account, incorporating several improvements in the process.

Specifications
HTTP/2 is comprised of two specifications:

Hypertext Transfer Protocol version 2 - RFC7540
HPACK - Header Compression for HTTP/2 - RFC7541

In this course you will also master the SPDY library in order to have a complete usage of the HTTP/2 protocol.