summaryrefslogtreecommitdiff
path: root/src/pkg/http/request_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-7/+115
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-8/+29
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-9/+11
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-11/+49
2010-03-16http: add ParseQueryPetar Maymounkov1-2/+1
2010-03-04gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer1-1/+1
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-4/+4
2010-01-25http: make Request.Body an io.ReadCloser, matching Response.Body.Petar Maymounkov1-1/+1
2009-12-151) Change default gofmt default settings forRobert Griesemer1-23/+23
2009-11-17http: do not crash accessing r.Form if ParseForm failsRuss Cox1-1/+2
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-7/+7
2009-11-08a nagging inconsistency: capitalization ofRuss Cox1-1/+1
2009-11-04gofmt-ify hash, httpRobert Griesemer1-3/+3
2009-10-19test and fix http redirect handlingRuss Cox1-0/+15
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox1-25/+19
2009-10-03Fixing HTTP POST handling to work with Chrome and Safari.Bill Neubauer1-1/+43
2009-09-17unused importsRuss Cox1-5/+1
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-2/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-06-25http Request parsing, plus a convenient accessor.David Symonds1-14/+24
2009-06-24style police: parens in if, for, switch, rangeRuss Cox1-2/+2
2009-06-19Add form body parsing to http.Request.David Symonds1-0/+62