This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author suryak
Recipients barry, kbandla, r.david.murray, suryak
Date 2014-03-04.17:32:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393954368.33.0.4777182352.issue18139@psf.upfronthosting.co.za>
In-reply-to
Content
Without really making big the in the API, one way of providing a position sensitive methods to enable more organized headers is to have. Having an index based api probably needs `more` discussion and thought!

1. add_header_before('existing-header-name', 'new-name', value)
2. add_header_after('existing-header-name', 'new-name', value)

The `existing-header-name` is again taken by first-found.

If put all routing, forwarded headers, one can always use `add_header_before('From'...)`.
History
Date User Action Args
2014-03-04 17:32:48suryaksetrecipients: + suryak, barry, r.david.murray, kbandla
2014-03-04 17:32:48suryaksetmessageid: <1393954368.33.0.4777182352.issue18139@psf.upfronthosting.co.za>
2014-03-04 17:32:48suryaklinkissue18139 messages
2014-03-04 17:32:47suryakcreate