HTTP/2

Hypertext Transfer Protocol 2 - HTTP/2 - HTTP/2 is a revision of the HTTP network protocol.

HTTP/2 uses the same methods, status codes, header fields, and URIs, as HTTP, but handles data frames and transport between client and the server differently.

The protocol promises increased request efficiency through minifying resources and performance gains through request prioritization, header compression and multiplexing.

HTTP/2 also allows servers to predict future requests and push data to the client beforehand.