func Head()

in client.go [789:791]


func Head(url string) (*http.Response, error) {
	return defaultClient.Head(url)
}