cpython/Lib/http
AMIR 8ca8a2e8fb
bpo-39603: Prevent header injection in http methods (GH-18485)
reject control chars in http method in http.client.putrequest to prevent http header injection
2020-07-18 13:16:10 -07:00
..
__init__.py
client.py bpo-39603: Prevent header injection in http methods (GH-18485) 2020-07-18 13:16:10 -07:00
cookiejar.py
cookies.py bpo-39481: PEP 585 for a variety of modules (GH-19423) 2020-04-10 07:46:36 -07:00
server.py