adamalton / pingdizzle

A simple App Engine application to ping your websites and notify you if they're down

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HEAD method

Faberman opened this issue · comments

Hello. How can I set the request method to HEAD? Do I need to add method=urlfetch.HEAD parameter to response = urlfetch.fetch() and change method="GET" to method="HEAD" to achieve it?