[Patches] [ python-Patches-800236 ] add HTTPResponse.getheaders()

SourceForge.net noreply at sourceforge.net
Wed Sep 3 23:28:10 EDT 2003


Patches item #800236, was opened at 2003-09-04 14:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=800236&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: John Belmonte (jbelmonte)
Assigned to: Nobody/Anonymous (nobody)
Summary: add HTTPResponse.getheaders()

Initial Comment:
Here is a patch to Python 2.3b2+ to add a getheaders

method to class HTTPResponse in module httplib. 

Currently there is no way (using the public interface)

to discover response headers.  This is useful for

debugging, etc.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=800236&group_id=5470



More information about the Patches mailing list