Handling HTTP Request Bodies (CGIHTTPServer)
Chris Gray
cpgray at library.uwaterloo.ca
Mon Jun 24 14:24:18 EDT 2002
More information about the Python-list mailing list
Mon Jun 24 14:24:18 EDT 2002
- Previous message (by thread): wxPython question: window closing event
- Next message (by thread): How to stop a SocketServer?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The http server modules in the standard python library have one severe limitation: They don't handle request bodies. CGIHTTPServer handles POST requests but doesn't process form values submitted by the POST, only values submitted in the query string. Where would I find examples (preferably built on SocketServer or BaseHTTPServer) of what's necessary to handle request bodies properly? Chris
- Previous message (by thread): wxPython question: window closing event
- Next message (by thread): How to stop a SocketServer?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list