- 7349d21 http: add file protocol transport by Brad Fitzpatrick · 14 years ago
- 822804c http: support setting Transport's TLS client config by Brad Fitzpatrick · 14 years ago
- 8511ed4 http: return 413 instead of 400 when the request body is too large by Dave Cheney · 14 years ago
- fa6d038 http: adjust test threshold for larger suse buffers by Brad Fitzpatrick · 14 years ago
- bb4cf3f http: on invalid request, send 400 response by Brad Fitzpatrick · 14 years ago
- 03582b3 http: delete error kludge by Russ Cox · 14 years ago
- f0ef4f4 http: add MaxBytesReader to limit request body size by Brad Fitzpatrick · 14 years ago
- a986d98 mime: ParseMediaType returns os.Error now, not a nil map by Brad Fitzpatrick · 14 years ago
- 8380ff3 http: remove a TODO due to new behavior of nil maps by Rob Pike · 14 years ago
- 1d8f822 url: new package by Rob Pike · 14 years ago
- 8f3c749 http: corrects undocumented side effects in http.DefaultTransport's RoundTrip method by Dave Grijalva · 14 years ago
- 31fa584 http: fix ParseMultipartForm after MultipartReader error by Brad Fitzpatrick · 14 years ago
- d24a978 http: configurable and default request header size limit by Brad Fitzpatrick · 14 years ago
- 29df7bb http: add test to serve content in index.html by Yasuhiro Matsumoto · 14 years ago
- 62d4b8e http: correct path to serve index.html. by Yasuhiro Matsumoto · 14 years ago
- 4143491 http: add more MPEG-4 MIME types to sniffer, and disable MP4 sniffing. by David Symonds · 14 years ago
- 8800f7c http: correct format flags when printing errors during tests by Alex Brainman · 14 years ago
- 3de6228 http: make serveFile redirects relative to work with StripPrefix by Andrew Balholm · 14 years ago
- 2f4632f container/vector: removed some uses of container/vector in other pkgs by John Asmuth · 14 years ago
- e21f693 http: set content type for fileserver directory listings by Robert Griesemer · 14 years ago
- e527d49 http: implement MP4 sniffing. by David Symonds · 14 years ago
- 54045e6 pkg/http: fix a couple of error messages by Rob Pike · 14 years ago
- 99e5d48 http: clarify use of w.conn.body in Write when sniffing. by David Symonds · 14 years ago
- 301d8a6 http: fix chunking bug during content sniffing by Russ Cox · 14 years ago
- 17d9093 undo CL 4808044 / 1bd754e69ce7 by Russ Cox · 14 years ago
- bf5ec12 http: do not parse req.URL for CONNECT by Yasuhiro Matsumoto · 14 years ago
- 6c46afdf http: disable sniffer for now. by David Symonds · 14 years ago
- 78c89d2 http: sniffing algorithm. by David Symonds · 14 years ago
- 3745716 http: let FileServer work when path doesn't begin with a slash by Brad Fitzpatrick · 14 years ago
- a8e0035 http: drain the pipe output in TestHandlerPanic to avoid logging deadlock. by David Symonds · 14 years ago
- 8b33c7b http: make tests quiet, fixing a test race by Brad Fitzpatrick · 14 years ago
- e07c6e6 http: fixes for sniffing by Russ Cox · 14 years ago
- e1b2e20 http: sniffing placeholder by Russ Cox · 14 years ago
- fc7b423 cgi: make test less flaky by Brad Fitzpatrick · 14 years ago
- 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
- 8ba48fb fix build from e904b6784768 breakage by Brad Fitzpatrick · 14 years ago
- 2012290 http: fix Content-Type of file extension. by Yasuhiro Matsumoto · 14 years ago
- ce3c395 http: support for periodic flushing in ReverseProxy by Brad Fitzpatrick · 14 years ago
- 1722ec2 cgi: close stdout reader pipe when finished by Brad Fitzpatrick · 14 years ago
- b053400 http: update triv.go with gofix by Andrew Balholm · 14 years ago
- 5bcbcab3 sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] by Andrew Gerrand · 14 years ago
- 3236097 cgi: don't depend on CGI.pm for tests by Brad Fitzpatrick · 14 years ago
- 2f9fbad http/cgi: add Handler.Dir to specify working directory by Yasuhiro Matsumoto · 14 years ago
- d980f53 http: document that ServerConn and ClientConn are low-level by Brad Fitzpatrick · 14 years ago
- 7983ab9 http: make NewChunkedReader public by Andrew Balholm · 14 years ago
- ebb1566 strings.Split: make the default to split all. by Rob Pike · 14 years ago
- ac213ab http: respect Handlers setting Connection: close in their response by Brad Fitzpatrick · 14 years ago
- 19f7950 http: add FileSystem interface, make FileServer use it by Brad Fitzpatrick · 14 years ago
- 6c6c232 http: add StripPrefix handler wrapper by Brad Fitzpatrick · 14 years ago
- 7e29f1a http: do TLS handshake explicitly before copying TLS state by Brad Fitzpatrick · 14 years ago
- 5d4eea6 http: better handling of 0-length Request.Body by Brad Fitzpatrick · 14 years ago
- e16b740 http: assume ContentLength 0 on GET requests by Brad Fitzpatrick · 14 years ago
- 89873e6 http: buffer Request.Write by Brad Fitzpatrick · 14 years ago
- 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
- 9ee83f5 http: write Header keys with empty values by Brad Fitzpatrick · 14 years ago
- 922cead http: permit handlers to explicitly remove the Date header by Brad Fitzpatrick · 14 years ago
- c278434 http: add Server.ListenAndServeTLS by Brad Fitzpatrick · 14 years ago
- da7b96f http: fix req.Cookie(name) with cookies in one header by Brad Fitzpatrick · 14 years ago
- 3c06518 http: fix documentation typo by Scott Lawrence · 14 years ago
- 21e75da respect goto restrictions by Russ Cox · 14 years ago
- 380e5a3 http: document http client/transport thread safety by Brad Fitzpatrick · 14 years ago
- 6e9b1a7 http: make Headers be source of truth by Brad Fitzpatrick · 14 years ago
- 98f95b8 mime/multipart: convert Reader from interface to struct by Brad Fitzpatrick · 14 years ago
- d6653fe http: use runtime/debug.Stack() to dump stack trace on panic. by Rob Pike · 14 years ago
- 5af8e53 http/spdy: improve error handling. by William Chan · 14 years ago
- 5e8b9c6 http: fix regression permitting io.Copy on HEAD response by Brad Fitzpatrick · 14 years ago
- 9c436ab http: fix handling of 0-lengthed http requests by Brad Fitzpatrick · 14 years ago
- 6a87628 http: change most map[string][]string types to new Values type by Brad Fitzpatrick · 14 years ago
- c281ddf crypto: reorg, cleanup and add function for generating CRLs. by Adam Langley · 14 years ago
- 2655757 http: don't fail on accept hitting EMFILE by Brad Fitzpatrick · 14 years ago
- 31c79c4 http: ServeFile shouldn't send Content-Length when Content-Encoding is set by Brad Fitzpatrick · 14 years ago
- 2a8ea0d http: catch panics by Brad Fitzpatrick · 14 years ago
- 4d15577 exec: add Cmd methods StdinPipe, StdoutPipe, StderrPipe by Brad Fitzpatrick · 14 years ago
- bc3a72f http/spdy: reorganize package. by William Chan · 14 years ago
- f259f6b exec: new API, replace Run with Command by Brad Fitzpatrick · 14 years ago
- fecab40 http/spdy: fix data race in header decompression. by William Chan · 14 years ago
- 2198050 http: have client set Content-Length when possible by Brad Fitzpatrick · 14 years ago
- da32ed7 http: let Transport use a custom net.Dial function by Brad Fitzpatrick · 14 years ago
- 399a311 http: client+server benchmark by Brad Fitzpatrick · 14 years ago
- 0b204e4 http: propagate Set-Cookie in reverse proxy by Brad Fitzpatrick · 14 years ago
- b88be14 http/spdy: temporarily disable some failing tests by Brad Fitzpatrick · 14 years ago
- abb970e http/spdy: redo interfaces, flesh out implementation & frame types by William Chan · 14 years ago
- 0836b86 http: Transport hook to register non-http(s) protocols by Brad Fitzpatrick · 14 years ago
- 1b6bf88 encoding/base64: add DecodeString and EncodeToString by Brad Fitzpatrick · 14 years ago
- b0f39cc io, net, http: sendfile support by Brad Fitzpatrick · 14 years ago
- b32ad8b http: Client test for streaming responses (no code changes) by Brad Fitzpatrick · 14 years ago
- 3933cb2 http: fix Set-Cookie date parsing by Brad Fitzpatrick · 14 years ago
- ccafd53 http: add docs/warning on incorrect use of NewChunkedWriter by Brad Fitzpatrick · 14 years ago
- e4b9422 http: include Host header in requests, even with proxies by Brad Fitzpatrick · 14 years ago
- b790ae2 go/printer, gofmt: fix formatting of expression lists (missing blank) by Robert Griesemer · 14 years ago
- 4ffff35 http: Client.Do should follow redirects for GET and HEAD by Brad Fitzpatrick · 14 years ago
- c8727c8 pkg: spelling tweaks, A-H by Robert Hencke · 14 years ago
- feca99f http: add Transport.ProxySelector by Brad Fitzpatrick · 14 years ago
- 9ea0bd3 http: add http.SetCookie(ResponseWriter, *Cookie) by Brad Fitzpatrick · 14 years ago
- db36e03 net, http: add and make use of IP address scope identification API by Mikio Hara · 14 years ago
- cc2fc02 pkg: fix incorrect prints found by govet by Robert Hencke · 14 years ago
- cd4d000 http: add Request.SetBasicAuth method by Brad Fitzpatrick · 14 years ago
- 092f34f http: make HEAD client request follow redirects by Eivind Uggedal · 14 years ago
- 05a1b7e http: remove finalURL from Client.Get; move to Response by Brad Fitzpatrick · 14 years ago
- fa23a70 http: fix two Transport gzip+persist crashes by Brad Fitzpatrick · 14 years ago