Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.56 KB

ose-web-http2-hosted.md

File metadata and controls

30 lines (17 loc) · 1.56 KB

How to request HTTP/2 for your hosted web server

Hypertext Transfer Protocol Version 2 (HTTP2), defined in RFC 7540 improves website performance and enables a more efficient use of network resources. Unlike its predecessor, HTTP/1.1, HTTP/2 can handle heavy loads of resources such as images, fonts, scripts, and stylesheets which result in better load speeds. It reduces latency by introducing header field compression and enables multiplexing, which allows the client and server to process multiple concurrent requests over the same connection.

Testing if your hosted site supports HTTP/2

For a simple test, you can use http2.pro

Information to provide to web hosting providers about why they should support HTTP/2

(need text or links)

(we can suggest that the technical people at the web hosting provider can view our ose-web-http2-* documents)

List of web hosting providers known to already support HTTP/2

  • (need list)

Resources


This documentation is part of the Internet Society's Open Standards Everywhere project. To find the most recent version or to provide feedback, please visit https://github.com/InternetSociety/ose-documentation