]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 May 2023 20:00:58 +0000 (13:00 -0700)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 20:00:58 +0000 (20:00 +0000)
commitfffdbf483140c1abfd2bba2da363af6fba0987b1
tree6de9bb0b3861d7d4f15911bff9c15f61764f9b9a
parent663b32199e709a83b2eebc3eeeb602f0af949bee
[3.11] gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.request()

gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.request()

Added example on how to use the HTTPConnection object for making GET request.

Original issue: https://github.com/python/cpython/issues/102327

---------

(cherry picked from commit 7ba6288feb961fcd60a29415c6371d2d3eb80bec)

Co-authored-by: David Foster <david@dafoster.net>
Co-authored-by: Éric <earaujo@caravan.coop>
Doc/library/http.client.rst