aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-02-03net/http: remove unused switchReader typeBlake Gentry
2014-12-30net/http: support for setting trailers from a server HandlerBrad Fitzpatrick
2014-10-15net/http: don't reuse a server connection after any Write errorsBrad Fitzpatrick
2014-09-29net/http: enable Transfer-Encoding: identity without Content-Length for HTTP ...James Tucker
2014-09-24net/http: check for CloseWrite interface, not TCPConn implementationBrad Fitzpatrick
2014-09-19net/http: document server recovering panicsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox