How to do a Http HEAD requests

Tim Roberts timr at probo.com
Tue Dec 12 01:48:56 EST 2006


Soni Bergraj <sonibergraj at youjoy.org> wrote:
>
>I was just wondering if there is a more convenient way of doing a Http
>HEAD requests then the socket module?
>
>Any ideas?

The standard "httplib" module can do that in a half-dozen lines of code.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list