aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2017-12-07net/http/httputil: remove redundant call of setBody in testgo1.10beta1Joe Kyo
2017-12-07net/http: use correct method name in Server.ServeTLS docsArtyom Pervukhin
2017-12-06net/http: keep testing DetectContentType of empty bodyRuss Cox
2017-12-05net/http: fix unclosed Listener leak in ListenAndServeTLSTim Heckman
2017-12-01net/http: speed up and deflake TestServerKeepAlivesEnabled_h2Brad Fitzpatrick
2017-12-01net/http: update bundled http2Brad Fitzpatrick
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-28net/http: document streaming nature of Response.BodyBrad Fitzpatrick
2017-11-28net/http: update bundled http2Brad Fitzpatrick
2017-11-27net/http: panic on invalid WriteHeader status codeBrad Fitzpatrick
2017-11-27net/textproto: reject all headers with a leading spaceTom Bergan
2017-11-22net/http: implement sniffing for some fontsEmmanuel Odeke
2017-11-15net/http: don't set Content-Type with empty body automaticallyTw
2017-11-14net/http/httputil: allow ReverseProxy to call ModifyResponse on failed requestsAkhil Indurti
2017-11-14net/http: add example to Server.ShutdownStephen McQuay (smcquay)
2017-11-11net/http/httputil: make ReverseProxy close response body if ModifyResponse re...Edan B
2017-11-10net/http: simplify ctx.Err() call in testSina Siadat
2017-11-10net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeaderWèi Cōngruì
2017-11-10net/http: fix copy-paste error in the ServeTLS docsIan Kent
2017-11-02net/http: clarify when it is safe to reuse a requestTom Bergan
2017-11-02net/http: remove unused named return variablesmattyw
2017-11-02net/http: quiet some log spam in TestNoBodyOnChunked304ResponseBrad Fitzpatrick
2017-11-02net/http: remove some log spam in test, add missing error detailBrad Fitzpatrick
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-11-01net/http: update bundled http2Tom Bergan
2017-11-01net/http: set Content-Type header for HEAD as wellDmitri Shuralyov
2017-11-01net/http: fix typo in doc stringJoe Kyo
2017-10-31net/http: display connect methods table properly in `go doc`Joe Kyo
2017-10-30net/http/pprof: attach handlers using http.HandleFuncTerin Stock
2017-10-27net/http: fix minor leak in Header.WriteSubsetJoshua Rubin
2017-10-19net/http: ignore response body when forbidden by status codeBen Burkert
2017-10-18net/http: update bundled http2Tom Bergan
2017-10-16net/http: preserve Host header following a relative redirectTom Bergan
2017-10-16net/http/httputil: extract duplicate code as removeConnectionHeadersKunpei Sakai
2017-10-16net/http: fix panic when status without description for proxied HTTPS responsessoluchok
2017-10-13net/http: HTTPS proxies supportBen Schwartz
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
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-10-02net/http: use canonicalAddr on shouldCopyHeaderOnRedirectGuilherme Rezende
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-26net/http: error if Transport.Proxy returns httpsDaniel Martí
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-11net/http: allow reuse of http.Request objectsLuan Santos
2017-09-08net/http: make ServeMux preserve query string during redirectsKunpei Sakai
2017-08-31net/http: make startBackgroundRead panic if hijackedKunpei Sakai
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-08-28net/http: Set a timeout on Request.Context when using TimeoutHandlerMichael Fraenkel