summaryrefslogtreecommitdiff
path: root/tests/responses/test_fileresponse.py
AgeCommit message (Expand)Author
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-02-11Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes f...Florian Apolloner
2019-06-20Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...Chris Jerdonek
2019-05-17Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ...ShingenPizza
2018-09-01Refs #16470 -- Fixed typo in a FileResponse test.James Aylett
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz