 |
http - The Go Programming Language
func Head func Head(url string) (resp *Response, err error) Head issues a HEAD to the specified URL. If the response is one of the following redirect codes, Head follows the redirect after calling the Client's CheckRedirect function. 301 (Moved Permanentl
golang.org |
 |