cpython/Lib/http
Georg Brandl bf3f8eb960 Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
100 headers are read.  Adapted from patch by Jyrki Pulliainen.
2013-10-27 07:34:48 +01:00
..
__init__.py Create http package. #2883. 2008-05-26 16:32:26 +00:00
client.py Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than 2013-10-27 07:34:48 +01:00
cookiejar.py #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage 2013-04-09 07:07:59 -07:00
cookies.py #16611: BaseCookie now parses 'secure' and 'httponly' flags. 2013-08-25 11:09:02 -04:00
server.py Minor code improvement. Review comment by Eric V. Smith 2013-09-29 18:59:04 -07:00