summaryrefslogtreecommitdiff
path: root/src/pkg/http/client_test.go
AgeCommit message (Expand)AuthorFilesLines
2010-06-08http: add Head function for making HTTP HEAD requestsAndrew Gerrand1-0/+10
2009-12-151) Change default gofmt default settings forRobert Griesemer1-7/+7
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-2/+2
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-2/+2
2009-09-17unused importsRuss Cox1-1/+0
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-06-25Change os.Error convention:Russ Cox1-2/+1
2009-06-24style police: parens in if, for, switch, rangeRuss Cox1-5/+2
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-5/+1
2009-06-11Switch http client_test to use google.com/robots.txt to avoid redirect loop.David Symonds1-5/+5
2009-06-09Basic HTTP client.Steve Newman1-0/+40