aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
2016-06-15net/http: pass through server side Transfer-Encoding headersAndrew Gerrand
2016-06-06net/http: send StatusOK on empty body with TimeoutHandlerAndrew Gerrand
2016-06-06net/http: send one Transfer-Encoding header when "chunked" set manuallyAndrew Gerrand
2016-05-19net/http: update bundled http2Brad Fitzpatrick
2016-05-16net/http: mention ALPN in http.Server.TLSNextProto documentationDan Peterson
2016-05-11net/http: keep HTTP/1.0 keep-alive conns open if response can't have a bodyBrad Fitzpatrick
2016-05-11net/http: document ResponseWriter read-vs-write concurrency rulesBrad Fitzpatrick
2016-05-01net/http: provide access to the listener address an HTTP request arrived onBrad Fitzpatrick
2016-05-01net/http: document some errors more, mark ErrWriteAfterFlush as unusedBrad Fitzpatrick
2016-04-30net/http: expand documentation of Server.MaxHeaderBytesBrad Fitzpatrick
2016-04-18net/http: document Hijacker and Flusher moreBrad Fitzpatrick
2016-04-12all: standardize RFC mention formatDan Peterson
2016-04-11net/http: add ServerContextKey to let a handler access its ServerBrad Fitzpatrick
2016-04-11net/http: document Error does not end the requestDan Peterson
2016-04-11net/http: set the Request context for incoming server requestsBrad Fitzpatrick
2016-04-06net/http: document that Handlers shouldn't mutate RequestBrad Fitzpatrick
2016-04-05net/http: zero pad Response status codes to three digitsBrad Fitzpatrick
2016-04-01net/http: limit Transport's reading of response header bytes from serversBrad Fitzpatrick
2016-03-31net/http: allow Handlers to handle http2 upgrade PRI requestsBrad Fitzpatrick
2016-03-16net/http: remove init func reference to ServeMuxBrad Fitzpatrick
2016-03-07net/http: TimeoutHandler should start timer when serving requestCaio Marcelo de Oliveira Filho
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-23all: fix typosShawn Smith
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2016-02-09net/http: make ListenAndServeTLS treat GetCertificate as a set cert tooBrad Fitzpatrick
2016-01-26net/http: document TimeFormat moreBrad Fitzpatrick
2016-01-18net/http: panic on bogus use of CloseNotifier or HijackerBrad Fitzpatrick
2016-01-13net/http: clarify ConnState StateActive docs for HTTP/2Brad Fitzpatrick
2016-01-12net/http: support URLs without schemes in http.RedirectDenys Honsiorovskyi
2016-01-10net/http: don't remove Expect Request header in Server.Harshavardhana
2016-01-08net/http: document GODEBUG settings, update bundled http2Brad Fitzpatrick
2016-01-05net/http: relax recently-updated rules and behavior of CloseNotifierBrad Fitzpatrick
2015-12-24net/http: fix typo in docstringJonathan Boulle
2015-12-18net/http: document that Server.TLSNextProto has automatic HTTP/2 alsoBrad Fitzpatrick
2015-12-17net/http: document ResponseWriter and Handler more; add testBrad Fitzpatrick
2015-12-17net/http: don't accept invalid bytes in server request headersBrad Fitzpatrick
2015-12-17net/http: document a few ServeMux behaviorsRuss Cox
2015-12-17net/http: document that ListenAndServe is a bit more than Listen+ServeBrad Fitzpatrick
2015-12-16net/http: make Server validate Host headersBrad Fitzpatrick
2015-12-15net/http: rework CloseNotifier implementation, clarify expectations in docsBrad Fitzpatrick
2015-12-14net/http: fix race in TimeoutHandlerBrad Fitzpatrick
2015-12-10net/http: run more tests in http2 modeBrad Fitzpatrick
2015-11-04net/http: register HTTP/2 before listening in ListenAndServeBrad Fitzpatrick
2015-11-04net/http: don't panic after request if Handler sets Request.Body to nilBrad Fitzpatrick
2015-10-29net/http: extra documentation for Redirect and RedirectHandlerTaru Karttunen
2015-10-20net/http: return error from Serve if http2.ConfigureServer returns an errorBrad Fitzpatrick
2015-10-14net/http: enable automatic HTTP/2 if TLSNextProto is nilBrad Fitzpatrick
2015-10-14net/http: don't hang if RemoteAddr() blocksDavid Glasser
2015-10-05net/http: add response body to 413 and 400 errorsKenny Grant