cpython/Lib/http
Armin Ronacher 8d96d77f9a Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.
This makes the implementation of PEP 3333 compliant servers on top of
BaseHTTPServer possible.
2011-01-22 13:13:05 +00:00
..
__init__.py Create http package. #2883. 2008-05-26 16:32:26 +00:00
client.py Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence 2010-12-24 04:03:59 +00:00
cookiejar.py #5147: revert accidental indentation of header constant for MozillaCookieJar. 2010-07-31 22:11:11 +00:00
cookies.py #9824: encode , and ; in cookie values so that browsers don't split on them 2010-12-28 18:54:13 +00:00
server.py Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. 2011-01-22 13:13:05 +00:00