Files
deb-python-falcon/tests
Ron Rothman 7b22daa3a6 Response header delete (#1032)
* added Response.delete_header()

* feat(Response): add Response.delete_header()

Previously, `Response` had methods to get and set headers, but no way to
delete them, once set. We came across a need to delete response headers
that had been set upstream, and without a `delete_header` method we've
had to resort to directly manipulating `Response._headers`. This PR
alleviates that abstraction-violation.
2017-04-26 21:59:04 -05:00
..
2017-01-17 10:18:01 -07:00
2017-04-26 21:59:04 -05:00
2017-04-14 15:41:45 -06:00