From: Rich Bowen Date: Fri, 19 Jun 2026 11:53:19 +0000 (+0000) Subject: docs: howto/http2.xml editorial and tone. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01df45f59b98c93561f543606bf96472ebbf9194;p=thirdparty%2Fapache%2Fhttpd.git docs: howto/http2.xml editorial and tone. Ongoing work to bring docs into the style guide, apply the same voice across related documents, and modernize examples. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935505 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/http2.xml b/docs/manual/howto/http2.xml index 836aa99b04..de302b1072 100644 --- a/docs/manual/howto/http2.xml +++ b/docs/manual/howto/http2.xml @@ -39,23 +39,24 @@ It focuses on making more efficient use of network resources. It does not change the fundamentals of HTTP, the semantics. There are still requests and responses and headers and all that. So, if you already know HTTP/1, you know 95% about HTTP/2 as well.

-

There has been a lot written about HTTP/2 and how it works. The most normative is, of course, - its 9113 (which obsoletes the original 7540). - There you'll find the nuts and bolts.

-

But, as RFCs do, it's not really a good thing to read first. It's better to first understand - what a thing wants to do and then read the RFC about how it is done. A much - better document to start with is http2 explained - by Daniel Stenberg, the author of curl. It is available in - an ever growing list of languages, too!

-

TL;DR: there are some new terms and gotchas that need to be kept in + +

The protocol is defined in 9113 (which obsoletes the original + 7540). For a more approachable introduction, see + http2 explained by Daniel Stenberg, + the author of curl. It covers the motivation + and design of HTTP/2 without requiring you to parse RFC notation first.

+ +

In short: there are some new terms and gotchas that need to be kept in mind while reading this document:

+