cpython/Lib/http
R David Murray beed8402ca #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
Some http servers will reject PUT, POST, and PATCH requests if they
do not have a Content-Length header.

Patch by James Rutherford, with additional cleaning up of the
'request' documentation by me.
2015-03-22 15:18:23 -04:00
..
__init__.py
client.py #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. 2015-03-22 15:18:23 -04:00
cookiejar.py Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. 2015-03-13 09:05:01 +02:00
cookies.py capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250) 2015-01-16 20:43:55 -05:00
server.py document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) 2015-02-17 21:11:10 -05:00