How to do a Http HEAD requests

Gerard Flanagan grflanagan at yahoo.co.uk
Tue Dec 12 09:16:37 EST 2006


Soni Bergraj wrote:

> Hello list,
> I was just wondering if there is a more convenient way of doing a Http
> HEAD requests then the socket module?
>
> Any ideas?

I recently used this:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286225

Gerard




More information about the Python-list mailing list