django1/django/http
Michael Kelly ebc8e79cf3 Fixed #18523 -- Added stream-like API to HttpResponse.
Added getvalue() to HttpResponse to return the content of the response,
along with a few other methods to partially match io.IOBase.

Thanks Claude Paroz for the suggestion and Nick Sanford for review.
2014-11-03 12:29:19 -05:00
..
__init__.py Dropped fix_IE_for_vary/attach. 2014-05-14 10:19:48 +02:00
cookie.py Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet) 2013-10-26 10:50:40 -07:00
multipartparser.py Fixed #23397 -- Stripped whitespace from base64 during chunking 2014-09-13 19:06:21 +02:00
request.py Fixed #18456 -- Added path escaping to HttpRequest.get_full_path(). 2014-11-03 07:59:19 -05:00
response.py Fixed #18523 -- Added stream-like API to HttpResponse. 2014-11-03 12:29:19 -05:00
utils.py Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() check. 2014-08-15 14:59:36 -04:00