Thanks to visit codestin.com Credit goes to github.com
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 6326278 commit f0af4c5Copy full SHA for f0af4c5
1 file changed
Doc/library/http.client.rst
@@ -497,6 +497,7 @@ Here is an example session that uses the ``GET`` method::
497
b'<!doctype html>\n<!--[if"...
498
...
499
>>> # Example of an invalid request
500
+ >>> conn = http.client.HTTPSConnection("docs.python.org")
501
>>> conn.request("GET", "/parrot.spam")
502
>>> r2 = conn.getresponse()
503
>>> print(r2.status, r2.reason)
0 commit comments