summaryrefslogtreecommitdiff
path: root/src/pkg/http
AgeCommit message (Expand)AuthorFilesLines
2010-01-29http: increase header line limit, let req.Host override req.URL.HostPetar Maymounkov1-4/+11
2010-01-28http: add lexing functionsPetar Maymounkov3-0/+223
2010-01-28Cosmetic bug or compliance fixes in http.Response.Petar Maymounkov2-15/+17
2010-01-25http: make Request.Body an io.ReadCloser, matching Response.Body.Petar Maymounkov4-16/+19
2010-01-19http: handle old HTTP/1.0 unchunked "read to EOF" bodies.Russ Cox2-10/+186
2010-01-18Significant extension to http.Response, which now adheres to thePetar Maymounkov5-94/+548
2010-01-07http: most of a URL shouldn't use URL-escapingRuss Cox3-18/+41
2010-01-06http: avoid header duplication - take struct fields out of Header mapRuss Cox1-2/+12
2010-01-06Add http.CanonicalPath and tests for it. Remove BUG(rsc) from url.go.Ivan Krasin2-9/+95
2009-12-15Add basic http authentication support.Ivan Krasin1-0/+11
2009-12-151) Change default gofmt default settings forRobert Griesemer10-611/+611
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike2-3/+4
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+1
2009-11-24http: redirect to correct URLRuss Cox1-4/+3
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox3-9/+9
2009-11-17http: do not crash accessing r.Form if ParseForm failsRuss Cox2-7/+6
2009-11-15http.URLEscape: escape all bytes required by RFC 2396Russ Cox2-8/+10
2009-11-13Created new Conn.Flush() public method so the fd pipeline can be drained arbi...David Titarenco1-2/+10
2009-11-10allow user agent to mention Go.Russ Cox1-2/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer5-20/+20
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer9-193/+193
2009-11-08a nagging inconsistency: capitalization ofRuss Cox6-26/+26
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer6-27/+9
2009-11-04gofmt-ify hash, httpRobert Griesemer4-158/+155
2009-11-02package net cleanupRuss Cox1-4/+6
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike2-4/+4
2009-10-23publish Request.Write (rename from Request.write)Rob Pike2-3/+3
2009-10-21have http server in-line PDF files.Rob Pike1-0/+1
2009-10-19test and fix http redirect handlingRuss Cox2-0/+16
2009-10-15Trivial documentation fix for func ListenAndServe().Stephen Ma1-0/+1
2009-10-15typoRob Pike1-1/+1
2009-10-08more lgtm files from gofmtRuss Cox3-91/+91
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox5-131/+127
2009-10-03Fixing HTTP POST handling to work with Chrome and Safari.Bill Neubauer2-2/+44
2009-09-30rename the public exvar package to be expvar.Rob Pike1-5/+5
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-1/+1
2009-09-17unused importsRuss Cox3-7/+1
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-1/+1
2009-09-15more "declared and not used".Russ Cox6-10/+10
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox2-4/+2
2009-08-27remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox1-1/+1
2009-08-26add io.LimitReader.Russ Cox1-0/+6
2009-08-24Wrap kludge text in HTML comments so the text/html output will remain valid H...David Symonds1-8/+15
2009-08-20naming cleanup.Russ Cox1-1/+1
2009-08-19fix spelling that is correct but bothers me anywayRob Pike1-3/+3
2009-08-12delete forward type declarationsRuss Cox1-2/+0
2009-08-12convert non-low-level non-google pkg codeRuss Cox9-91/+10
2009-08-10remove unnecessary pkg. referencesRuss Cox1-3/+3
2009-07-15change HTTP access for RPC.Russ Cox1-32/+40