aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/server.go
AgeCommit message (Expand)Author
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
2015-09-04net/http: optimize some io.Copy calls by reusing buffersArtyom Pervukhin
2015-08-20net/http: document that [ListenAnd]Serve always returns a non-nil errorAndrew Gerrand
2015-08-18net/http: fix races cloning TLS configBrad Fitzpatrick
2015-08-03net/http: fix server/transport data race when sharing the request bodyBrad Fitzpatrick
2015-08-02net/http: close server conn after request body errorJed Denlea
2015-08-02net/http: fix SetKeepAlivesEnabled receiver nameCarl Jackson
2015-07-27net/http: pause briefly after closing Server connection when body remainsBrad Fitzpatrick
2015-07-20net/http: add example for setting trailers in an HandlerBrad Fitzpatrick
2015-07-15net/http: don't reuse conns after incomplete 100-continue requestsBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-26net/http: escape path in implicit /tree→/tree/ ServeMux.Handle redirectMihai Borobocea
2015-06-25net/http: tolerate old buggy user agents, per RFC 2616 section 4.1Brad Fitzpatrick
2015-06-25net/http: bound the number of bytes read seeking EOF in Handler's Body.CloseBrad Fitzpatrick
2015-06-25net/http: document that Hijack's net.Conn might have left-over timeouts setBrad Fitzpatrick
2015-06-25net/http: don't always require certFile, keyFile in Server.ListenAndServerTLSBrad Fitzpatrick
2015-06-02net/http: set nosniff header when serving ErrorAndrew Gerrand
2015-05-06net/http: don't send implicit Content-Length if Transfer-Encoding is setBrad Fitzpatrick
2015-04-28net/http: test and document suppressing implicit Content-Type response headerBrad Fitzpatrick