httplib design question

Remco Gerlich scarblac at pino.selwerd.nl
Tue Jun 5 10:31:10 EDT 2001


Gustaf Liljegren <gustafl at algonet.se> wrote in comp.lang.python:
> Why doesn't the HTTP method handle this check instead?

I think this is because a new connection is needed for every request. 

If you simply need to get things, try urllib.

-- 
Remco Gerlich



More information about the Python-list mailing list