Skip to content

Commit

Permalink
Merge web-headers-165-2
Browse files Browse the repository at this point in the history
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
exarkun committed Jun 9, 2008
1 parent 025c5be commit b778d07
Show file tree
Hide file tree
Showing 9 changed files with 1,466 additions and 179 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Eric Mangold
Itamar Shtull-Trauring
James Knight
Jason A. Mobarak
Jean-Paul Calderone
Jonathan Lange
Jonathan D. Simms
Jp Calderone
Jürgen Hermann
Kevin Turner
Mary Gardiner
Expand All @@ -25,6 +25,7 @@ Paul Swartz
Pavel Pergamenshchik
Ralph Meijer
Sean Riley
Software Freedom Conservancy
Travis B. Hartwell
Thomas Herve
Eyal Lotem
Expand Down
Loading

0 comments on commit b778d07

Please sign in to comment.