Hello Stack Overflow!
I understand that Python's urllib2 library can perform HEAD requests: How do you send a HEAD HTTP request in Python 2?
Does this mean if I want to do a HEAD request, I need to use urllib2? Also, can urlli2 on appengine do a HEAD request (suspicious because it doesn't appear that urlfetch can https://developers.google.com/appengine/docs/python/urlfetch/fetchfunction)
Much appreciated!