aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
2018-04-12net/http: don't crash if Server.Server is called with non-comparable ListenerBrad Fitzpatrick
2018-04-10net/http: don't sniff Content-type in Server when X-Content-Type-Options:nosniffMike Samuel
2018-04-08net/http: fix comment on LocalAddrContextKeyRyan Slade
2018-03-30net/http: add function name to the beginning of commentKunpei Sakai
2018-03-08net/http: panic when a nil handler is passed to (*ServeMux)HandleFuncKunpei Sakai
2018-03-02net/http: lock the read-only mutex in shouldRedirectDamien Mathieu
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2018-01-11net/http: avoid for-loop if possibleKunpei Sakai
2018-01-11net/http: redirect host-based patterns to trailing slashTerin Stock
2018-01-06net/http: document cloning of Server.TLSConfigBrad Fitzpatrick
2018-01-05net/http: don't validate WriteHeader code if header's already been sentBrad Fitzpatrick
2017-12-08net/http: document ResponseWriter.WriteHeader moreBrad Fitzpatrick
2017-12-07net/http: use correct method name in Server.ServeTLS docsArtyom Pervukhin
2017-12-05net/http: fix unclosed Listener leak in ListenAndServeTLSTim Heckman
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-27net/http: panic on invalid WriteHeader status codeBrad Fitzpatrick
2017-11-15net/http: don't set Content-Type with empty body automaticallyTw
2017-11-10net/http: fix copy-paste error in the ServeTLS docsIan Kent
2017-11-02net/http: remove unused named return variablesmattyw
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-11-01net/http: set Content-Type header for HEAD as wellDmitri Shuralyov
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-10-02net/http: make TimeoutHandler recover child handler panicsArtyom Pervukhin
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-20net/http: net/http: doc that prefer "must" over "should"Kunpei Sakai
2017-09-15all: fix article typosKunpei Sakai
2017-09-08net/http: make ServeMux preserve query string during redirectsKunpei Sakai
2017-08-31net/http: make startBackgroundRead panic if hijackedKunpei Sakai
2017-08-28net/http: Set a timeout on Request.Context when using TimeoutHandlerMichael Fraenkel
2017-08-28net/http: mention RegisterOnShutdown in Server.Shutdown docsArtyom Pervukhin
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-15net/http: delete unnecessary string concatenationNaoki Kanatani
2017-08-09net/http: log Readdir error to Server.ErrorLogDmitri Shuralyov
2017-08-08net/http: set Content-Type header in RedirectDmitri Shuralyov
2017-07-21net/http: document that after Hijack, Request.Body is invalidBrad Fitzpatrick
2017-07-20net/http: improve signature of Redirect, NewRequestDmitri Shuralyov
2017-07-18net/http: fix parameter name in commentIan Lance Taylor
2017-07-14net/http: clarify Handler panic behavior across HTTP versionsBrad Fitzpatrick
2017-06-23net/http: Update server idleTimeout documentationQiuxuan Zhu
2017-06-08net/http: add Server.ServeTLS methodNiklas Schnelle
2017-05-25net/http: revert CL 43779Emmanuel Odeke
2017-05-24net/http: permit incoming CONNECT requests without Host headersBrad Fitzpatrick
2017-05-23net/http: Add Server.RegisterOnShutdownTom Bergan
2017-05-22net/http: make ServeMux preserve query string during redirectsEmmanuel Odeke
2017-05-11net/http: for http2, use the priority write scheduler by defaultTom Bergan
2017-05-02net/http: bgErr is unused; remove itChris Manghane
2017-04-28net/http: re-simplify HTTP/1.x status line writingBrad Fitzpatrick
2017-04-26net/http: make LocalAddrContext handle wildcard interfaceMichael Fraenkel
2017-04-24net/http: document Shutdown/Serve return behaviorFilippo Valsorda
2017-03-24net/http: strip port from host in mux HandlerKenny Grant