summaryrefslogtreecommitdiff
path: root/src/pkg/http/response.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+6
2010-03-30simplify various code using new map index ruleRuss Cox1-9/+8
2010-03-02gofmt: fix alignment of multi-line var declarationsRobert Griesemer1-2/+2
2010-03-03http: corrected comment for Response.GetHeader.Andrew Gerrand1-7/+6
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-2/+2
2010-02-24http: fix handling of Close, use Close in http.PostRuss Cox1-3/+7
2010-02-19http: unified body transfer (read & write) logic in http.Request/Response.Petar Maymounkov1-291/+18
2010-02-18http: do not edit Response.ContentLength in Response.WritePetar Maymounkov1-6/+7
2010-02-09http: protect io.WriteString in Request/Response.Write with error checking,Petar Maymounkov1-3/+9
2010-02-05http: sort header keys when writing Response or Request to wirePetar Maymounkov1-3/+21
2010-01-28Cosmetic bug or compliance fixes in http.Response.Petar Maymounkov1-14/+16
2010-01-25http: make Request.Body an io.ReadCloser, matching Response.Body.Petar Maymounkov1-4/+4
2010-01-19http: handle old HTTP/1.0 unchunked "read to EOF" bodies.Russ Cox1-10/+21
2010-01-18Significant extension to http.Response, which now adheres to thePetar Maymounkov1-0/+480