summaryrefslogtreecommitdiff
path: root/src/pkg/http/request.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-745/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+745
2011-09-13Imported Upstream version 60Ondřej Surý1-809/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-73/+79
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-17/+84
2011-05-16Imported Upstream version 57.1upstream/57.1Ondřej Surý1-3/+5
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-17/+141
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-0/+17
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-160/+60
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-31/+82
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-1/+1
2010-06-16http: reply to Expect 100-continue requests automaticallyBrad Fitzpatrick1-0/+5
2010-06-06http: fix erroneous commentAndrew Gerrand1-4/+4
2010-05-11http: prevent crash if remote server is not responding with "HTTP/"Robert Griesemer1-1/+1
2010-03-30simplify various code using new map index ruleRuss Cox1-33/+20
2010-03-16http: add ParseQueryPetar Maymounkov1-3/+7
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-5/+5
2010-02-25strings: delete Runes, BytesRuss Cox1-1/+1
2010-02-22http: use RawURL in Request.WritePetar Maymounkov1-4/+7
2010-02-21http request URI should never be emptyMichael Hoisie1-1/+1
2010-02-19http: unified body transfer (read & write) logic in http.Request/Response.Petar Maymounkov1-53/+41
2010-02-09http: protect io.WriteString in Request/Response.Write with error checking,Petar Maymounkov1-1/+4
2010-02-05http: sort header keys when writing Response or Request to wirePetar Maymounkov1-8/+3
2010-02-04http: use ChunkWriter in Request.WritePetar Maymounkov1-27/+15
2010-01-29http: increase header line limit, let req.Host override req.URL.HostPetar Maymounkov1-4/+11
2010-01-28Cosmetic bug or compliance fixes in http.Response.Petar Maymounkov1-1/+1
2010-01-25http: make Request.Body an io.ReadCloser, matching Response.Body.Petar Maymounkov1-10/+7
2010-01-18Significant extension to http.Response, which now adheres to thePetar Maymounkov1-3/+6
2010-01-07http: most of a URL shouldn't use URL-escapingRuss Cox1-1/+1
2010-01-06http: avoid header duplication - take struct fields out of Header mapRuss Cox1-2/+12
2009-12-151) Change default gofmt default settings forRobert Griesemer1-123/+123
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-1/+2
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
2009-11-17http: do not crash accessing r.Form if ParseForm failsRuss Cox1-6/+4
2009-11-10allow user agent to mention Go.Russ Cox1-2/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-6/+6
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-68/+68
2009-11-08a nagging inconsistency: capitalization ofRuss Cox1-11/+11
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-10-23publish Request.Write (rename from Request.write)Rob Pike1-2/+2
2009-10-08more lgtm files from gofmtRuss Cox1-89/+89
2009-10-03Fixing HTTP POST handling to work with Chrome and Safari.Bill Neubauer1-1/+1
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-2/+1
2009-08-27remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox1-1/+1
2009-08-20naming cleanup.Russ Cox1-1/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-06-29bug163 bug164 bug166Russ Cox1-1/+1