Nicolas Restrepo
|
bbb3965826
|
Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.
|
2021-06-22 21:28:48 +02:00 |
Tom Carrick
|
bcc2befd0e
|
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
2020-09-14 08:41:59 +02:00 |
Florian Apolloner
|
549445519c
|
Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object."
This reverts commit cce47ff65a .
|
2020-02-11 20:39:12 +01:00 |
Chris Jerdonek
|
cce47ff65a
|
Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object.
|
2019-06-20 11:48:49 +02:00 |
ShingenPizza
|
de4832c49b
|
Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename is available.
|
2019-05-17 12:07:27 +02:00 |
James Aylett
|
ee52044a27
|
Refs #16470 -- Fixed typo in a FileResponse test.
|
2018-09-01 15:14:18 +02:00 |
Claude Paroz
|
a177f854c3
|
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
|
2018-05-15 18:12:11 +02:00 |