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 Lukasa
Recipients Lukasa, alex, berker.peksag, brett.cannon, demian.brecht, icordasc, martin.panter
Date 2015-04-03.18:11:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428084679.58.0.292315189153.issue23794@psf.upfronthosting.co.za>
In-reply-to
Content
> figure out some kind of adapter interface in order to facilitate swapping between 1.1 and 2 (This can start with a clean HTTP/1.1 interface)

I've been thinking about this a lot with hyper, and I'm about to start work on it (having just finished an alpha implementation of HTTP/1.1). My current plan is to try out a proxy object pattern, but you should feel free to use the hyper code as a leaping-off point for some experiments into how to do the swapping.
History
Date User Action Args
2015-04-03 18:11:19Lukasasetrecipients: + Lukasa, brett.cannon, alex, berker.peksag, martin.panter, icordasc, demian.brecht
2015-04-03 18:11:19Lukasasetmessageid: <1428084679.58.0.292315189153.issue23794@psf.upfronthosting.co.za>
2015-04-03 18:11:19Lukasalinkissue23794 messages
2015-04-03 18:11:19Lukasacreate