Standalone HTTP parser?
- From: Christopher Stawarz <cstawarz@xxxxxxxxxxxxx>
- Date: Thu, 31 May 2007 14:07:00 -0400
Does anyone know of a standalone module for parsing and generating HTTP messages? I'm looking for something that will take a string and return a convenient message object, and vice versa. All the Python HTTP parsing code I've seen is either intimately bound to the corresponding socket I/O operations (e.g. httplib, httplib2, BaseHTTPServer) and/or buried in somebody's framework (e.g. Twisted).
I want to write some HTTP servers/clients that do asynchronous I/O using my own engine (multitask), so I need a HTTP package that won't insist on doing the I/O for me.
Thanks,
Chris Stawarz
.
- Prev by Date: Re: Python memory handling
- Next by Date: Re: Python memory handling
- Previous by thread: FAQ: how to vary the byte offset of a field of a ctypes.Structure
- Next by thread: Re: Standalone HTTP parser?
- Index(es):
Relevant Pages
|