Roundup Tracker - Issues

Message6553

Author schlatterbeck
Recipients rouilj, schlatterbeck
Date 2019-06-21.16:24:03
Message-id <20190621162359.a2emrxlvxrjef5v7@runtux.com>
In-reply-to <20190619214620.7B9F94C037F@itserver6.localdomain>
Thanks, John, for the quick reply.
So my idea of fixing this looks right.

On Wed, Jun 19, 2019 at 09:46:45PM +0000, John Rouillard wrote:
> Are you planning on doing something like:
> 
> class HttpHeaders:
[...]

Yes, similar. I've not copied the dict but pass the environ into
the constructor and mangle incoming names on lookup.

I'm not entirely sure if we only need to support get / getheader
or if all the other dictionary methods should also be supported.
At least rest.py only uses get.

I've just pushed the change, it now works for me.

Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   http://www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office@runtux.com
History
Date User Action Args
2019-06-21 16:24:03schlatterbecksetrecipients: + schlatterbeck, rouilj
2019-06-21 16:24:03schlatterbecklinkissue2551047 messages
2019-06-21 16:24:03schlatterbeckcreate