cpython/Lib/urllib
Calvin Bui f9a5a3a3ef
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193)
support sha-256 digest authentication

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
2024-12-28 21:05:34 +00:00
..
__init__.py
error.py
parse.py gh-126662: harmonize naming for three namedtuple base classes in urllib.parse (GH-126663) 2024-11-23 18:36:48 -08:00
request.py gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193) 2024-12-28 21:05:34 +00:00
response.py
robotparser.py