Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit d12cb83

Browse files
committed
Further abstraction docs fixes
1 parent fe4635a commit d12cb83

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/source/quickstart.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,11 @@ instructions from the `cryptography`_ project, replacing references to
4848

4949
.. _cryptography: https://cryptography.io/en/latest/installation/#installation
5050

51-
Making Your First HTTP/2 Request
52-
--------------------------------
53-
54-
With ``hyper`` installed, you can start making HTTP/2 requests. At this
55-
stage, ``hyper`` can only be used with services that *definitely* support
56-
HTTP/2. Before you begin, ensure that whichever service you're contacting
57-
definitely supports HTTP/2. For the rest of these examples, we'll use
58-
http2bin.org, a HTTP/1.1 and HTTP/2 testing service.
51+
Making Your First HTTP Request
52+
------------------------------
53+
54+
With ``hyper`` installed, you can start making HTTP/2 requests. For the rest of
55+
these examples, we'll use http2bin.org, a HTTP/1.1 and HTTP/2 testing service.
5956

6057
Begin by getting the homepage::
6158

0 commit comments

Comments
 (0)