Parsing HTTP messages

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Wed Nov 19 16:54:03 EST 2003


Chris Gray:
>what Python library do I use to parse HTTP messages?

http://www.python.org/doc/2.2.3/lib/module-httplib.html

Or a library depending on the format of the payload, if that's what you
mean. For example, if the message contains HTML:

http://www.python.org/doc/2.2.3/lib/module-HTMLParser.html

>When I parse an HTTP request using the email module

Que?

-- 
René Pijlman




More information about the Python-list mailing list