cpython/Lib/http
Antoine Pitrou 988dbd7bc2 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict`
parameter to HTTPConnection and friends is deprecated.
2010-12-17 17:35:56 +00:00
..
__init__.py Create http package. #2883. 2008-05-26 16:32:26 +00:00
client.py Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` 2010-12-17 17:35:56 +00:00
cookiejar.py #5147: revert accidental indentation of header constant for MozillaCookieJar. 2010-07-31 22:11:11 +00:00
cookies.py #1513299: cleanup some map() uses where a comprehension works better. 2010-12-04 10:39:14 +00:00
server.py Issue #10714: Limit length of incoming request in http.server to 65536 bytes 2010-12-16 16:48:36 +00:00