[Python-3000] Catching HTTP requests and serving for it

Aahz aahz at pythoncraft.com
Thu Nov 27 17:17:56 CET 2008


On Thu, Nov 27, 2008, selva kum wrote:
>
> I have a requirement to serve for http requests.  The requests nature
> is to pass some parameters to the server and seek the server to get
> some data from the database and send it back to the client.

Please use comp.lang.python; this list is for discussion of new versions
of Python.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan


More information about the Python-3000 mailing list