]> Cypherpunks repositories - gostls13.git/commit
http: add Head function for making HTTP HEAD requests
authorAndrew Gerrand <adg@golang.org>
Mon, 7 Jun 2010 23:28:40 +0000 (01:28 +0200)
committerAndrew Gerrand <adg@golang.org>
Mon, 7 Jun 2010 23:28:40 +0000 (01:28 +0200)
commit9b3c743f827e4eeacc0e85dc0d88e7b252445bec
treead60bc756f3f8fed9b2391eae12e62384c142a63
parent7bc03718f432c7b6cb0e61141013f9b24733dd7c
http: add Head function for making HTTP HEAD requests

R=rsc
CC=golang-dev
https://golang.org/cl/1581041
src/pkg/http/client.go
src/pkg/http/client_test.go