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.
1 parent 93a2f7a commit 118549aCopy full SHA for 118549a
1 file changed
docs/source/quickstart.rst
@@ -135,8 +135,8 @@ Using ``hyper`` with requests is super simple::
135
>>> import requests
136
>>> from hyper.contrib import HTTP20Adapter
137
>>> s = requests.Session()
138
- >>> s.mount('https://http2bin.org', HTTP20Adapter())
139
- >>> r = s.get('https://http2bin.org/get')
+ >>> s.mount('https://', HTTP20Adapter())
+ >>> r = s.get('https://httpbin.org/get')
140
>>> print(r.status_code)
141
200
142
0 commit comments