We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53feb0e + 57a6914 commit 63b6b97Copy full SHA for 63b6b97
docs/source/basic-usage.rst
@@ -126,7 +126,7 @@ Writing Your Server
126
-------------------
127
128
Armed with the knowledge you just obtained, we're going to write a very simple
129
-HTTP/2 web server. The goal of this server is to write a server that can handle
+HTTP/2 web server. The goal of this tutorial is to write a server that can handle
130
a HTTP GET, and that returns the headers sent by the client, encoded in JSON.
131
Basically, something a lot like `httpbin.org/get`_. Nothing fancy, but this is
132
a good way to get a handle on how you should interact with h2.
0 commit comments