aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/http
AgeCommit message (Expand)Author
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer
2011-06-20http: write Header keys with empty valuesBrad Fitzpatrick
2011-06-20http: permit handlers to explicitly remove the Date headerBrad Fitzpatrick
2011-06-20http: add Server.ListenAndServeTLSBrad Fitzpatrick
2011-06-20http: fix req.Cookie(name) with cookies in one headerBrad Fitzpatrick
2011-06-18http: fix documentation typoScott Lawrence
2011-06-17respect goto restrictionsRuss Cox
2011-06-16http: document http client/transport thread safetyBrad Fitzpatrick
2011-06-16http: make Headers be source of truthBrad Fitzpatrick
2011-06-16mime/multipart: convert Reader from interface to structBrad Fitzpatrick
2011-06-16http: use runtime/debug.Stack() to dump stack trace on panic.Rob Pike
2011-06-14http/spdy: improve error handling.William Chan
2011-06-09http: fix regression permitting io.Copy on HEAD responseBrad Fitzpatrick
2011-06-08http: fix handling of 0-lengthed http requestsBrad Fitzpatrick
2011-06-08http: change most map[string][]string types to new Values typeBrad Fitzpatrick
2011-06-06crypto: reorg, cleanup and add function for generating CRLs.Adam Langley
2011-06-03http: don't fail on accept hitting EMFILEBrad Fitzpatrick
2011-06-02http: ServeFile shouldn't send Content-Length when Content-Encoding is setBrad Fitzpatrick
2011-06-02http: catch panicsBrad Fitzpatrick
2011-06-02exec: add Cmd methods StdinPipe, StdoutPipe, StderrPipeBrad Fitzpatrick
2011-06-01http/spdy: reorganize package.William Chan
2011-06-01exec: new API, replace Run with CommandBrad Fitzpatrick
2011-05-31http/spdy: fix data race in header decompression.William Chan
2011-05-31http: have client set Content-Length when possibleBrad Fitzpatrick
2011-05-29http: let Transport use a custom net.Dial functionBrad Fitzpatrick
2011-05-27http: client+server benchmarkBrad Fitzpatrick
2011-05-27http: propagate Set-Cookie in reverse proxyBrad Fitzpatrick
2011-05-27http/spdy: temporarily disable some failing testsBrad Fitzpatrick
2011-05-26http/spdy: redo interfaces, flesh out implementation & frame typesWilliam Chan
2011-05-25http: Transport hook to register non-http(s) protocolsBrad Fitzpatrick
2011-05-25encoding/base64: add DecodeString and EncodeToStringBrad Fitzpatrick
2011-05-25io, net, http: sendfile supportBrad Fitzpatrick
2011-05-24http: Client test for streaming responses (no code changes)Brad Fitzpatrick
2011-05-24http: fix Set-Cookie date parsingBrad Fitzpatrick
2011-05-22http: add docs/warning on incorrect use of NewChunkedWriterBrad Fitzpatrick
2011-05-20http: include Host header in requests, even with proxiesBrad Fitzpatrick
2011-05-19go/printer, gofmt: fix formatting of expression lists (missing blank)Robert Griesemer
2011-05-18http: Client.Do should follow redirects for GET and HEADBrad Fitzpatrick
2011-05-18pkg: spelling tweaks, A-HRobert Hencke
2011-05-18http: add Transport.ProxySelectorBrad Fitzpatrick
2011-05-17http: add http.SetCookie(ResponseWriter, *Cookie)Brad Fitzpatrick
2011-05-16net, http: add and make use of IP address scope identification APIMikio Hara
2011-05-14pkg: fix incorrect prints found by govetRobert Hencke
2011-05-13http: add Request.SetBasicAuth methodBrad Fitzpatrick
2011-05-13http: make HEAD client request follow redirectsEivind Uggedal
2011-05-13http: remove finalURL from Client.Get; move to ResponseBrad Fitzpatrick
2011-05-11http: fix two Transport gzip+persist crashesBrad Fitzpatrick
2011-05-11http: write cookies according to RFC 6265Christian Himpel
2011-05-11http: fix transport bug with zero-length bodiesBrad Fitzpatrick
2011-05-11http: don't Clean query string in relative redirectsBrad Fitzpatrick