Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Author: dreid, exarkun Reviewer: therve Fixes: twisted#165 Add two new attributes to twisted.web.http.Request, requestHeaders and responseHeaders, which parallel the previous attributes received_headers and headers. The new attributes are preferred and provide a structured interface to accessing and manipulating header information, including multiples values per header which was unsupported by the previous API. received_headers and headers are not deprecated and code using them will continue to work, but their use is discouraged and they will be deprecated at some future time. git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@23915 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
- Loading branch information