]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102327: Extend docs for "url" and "headers" parameters to HTTPConnection.request()
authorDavid Foster <david@dafoster.net>
Tue, 9 May 2023 19:57:17 +0000 (15:57 -0400)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 19:57:17 +0000 (12:57 -0700)
commit7ba6288feb961fcd60a29415c6371d2d3eb80bec
tree76a7aceab46cb39b60efcadcbe7909f8052a079d
parent01c321ca34d99f35f174768c6f8c500801d4ef4c
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

---------

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