HTTP POST Implementation

Peter Hansen peter at engcorp.com
Wed Sep 20 09:11:30 EDT 2000


Brendan Leong See wrote:
> 
> Is POST implemented in the standard libraries for the BaseHTTPServer, or
> any for that matter? If not, does anyone know where I can find it
> already implemented?

I'm not sure what I would find that you didn't when you looked, but if
this is any help: the doc-string for CGIHTTPServer.py says:

"""CGI-savvy HTTP Server.

This module builds on SimpleHTTPServer by implementing GET and POST
requests to cgi-bin scripts.

"""

-- 
Peter Hansen



More information about the Python-list mailing list