Archives
Blogroll
Python
Tag Archives: HTTP
Python http_head method
Seeing as there is no really easy way to do a HTTP HEAD request from python, I wrote up the following small method: In advance I’d like to apologize for the method that assemblies the request path. Update: Added handling … Continue reading