aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2016-06-15net/http: pass through server side Transfer-Encoding headersAndrew Gerrand
2016-06-08net/http: update bundled http2Andrew 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-06-02net/http: http.Request.Context doc fixAnmol Sethi
2016-06-01net/http: update bundled http2Tom Bergan
2016-05-28net/http/httputil: fix typos in deprecation commentsEmmanuel Odeke
2016-05-27net/http/httptrace: fix nit in testMikio Hara
2016-05-27net/http: change Transport.Dialer to Transport.DialContextRuss Cox
2016-05-25net/http: add missing HTTP status codesSeth Vargo
2016-05-21net/http: update bundled http2Brad Fitzpatrick
2016-05-20net/http: deflake TestTransportEventTrace_h2Brad Fitzpatrick
2016-05-20net/http: update bundled http2Brad Fitzpatrick
2016-05-20net/http: also clone DynamicRecordSizingDisabled in cloneTLSConfigBrad Fitzpatrick
2016-05-20net/http: update bundled http2Brad Fitzpatrick
2016-05-20net/http: update bundled http2Brad Fitzpatrick
2016-05-19net/http/httptest: restore historic ResponseRecorder.HeaderMap behaviorBrad Fitzpatrick
2016-05-19net/http: update bundled http2Brad Fitzpatrick
2016-05-18net/http: update bundled x/net/http2 for Server context changesBrad Fitzpatrick
2016-05-18net/http: further restrict when Transport's automatic HTTP/2 happensBrad Fitzpatrick
2016-05-18net/http: allow Client.CheckRedirect to use most recent responseBrad Fitzpatrick
2016-05-18net/http: update bundled x/net/http2 for httptrace changesBrad Fitzpatrick
2016-05-18net/http: fix spurious logging in Transport when server closes idle connBrad Fitzpatrick
2016-05-18net/http: add test confirming a connection reuse caseBrad Fitzpatrick
2016-05-16net/http: mention ALPN in http.Server.TLSNextProto documentationDan Peterson
2016-05-16net/http/httputil: don't add User-Agent header by proxy made with NewSingleHo...Artyom Pervukhin
2016-05-14net, net/http: don't trace DNS dialsTom Bergan
2016-05-13net, net/http: don't trace UDP dialsBrad Fitzpatrick
2016-05-11net/http: keep HTTP/1.0 keep-alive conns open if response can't have a bodyBrad Fitzpatrick
2016-05-11net/http: make the MaxBytesReader.Read error stickyBrad Fitzpatrick
2016-05-11net/http: document ResponseWriter read-vs-write concurrency rulesBrad Fitzpatrick
2016-05-10net/http: update bundled x/net/http2Brad Fitzpatrick
2016-05-06net/http: wait longer for subprocess to startup in testBrad Fitzpatrick
2016-05-06net/http: don't assume Response.Request is populated after redirect errorsBrad Fitzpatrick
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-05-04net/http: correct RFC for MethodPatchShenghou Ma
2016-05-03net/http: keep idle conns sorted by usageBrad Fitzpatrick
2016-05-02net/http: fix typo in comment in main_testEmmanuel Odeke
2016-05-02net/http: remove some TODOsBrad Fitzpatrick
2016-05-02net/http: gofmt -w -sMikio Hara
2016-05-01net/http: fix typo in commentBrad Fitzpatrick
2016-05-01net/http: add Response.Uncompressed boolBrad Fitzpatrick
2016-05-01net/http: provide access to the listener address an HTTP request arrived onBrad Fitzpatrick
2016-05-01net/http: add Transport.IdleConnTimeoutBrad Fitzpatrick
2016-05-01net/http: fix a few crashes with a ClientTrace with nil funcsBrad Fitzpatrick
2016-05-01net/http: document some errors more, mark ErrWriteAfterFlush as unusedBrad Fitzpatrick
2016-05-01net/http: add Transport.MaxIdleConns limitBrad Fitzpatrick
2016-04-30net/http: expand documentation of Server.MaxHeaderBytesBrad Fitzpatrick
2016-04-28net/http, net/http/httptrace: new package for tracing HTTP client requestsBrad Fitzpatrick
2016-04-28crypto/tls: allow renegotiation to be handled by a client.Adam Langley