aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transport.go
AgeCommit message (Expand)Author
2019-08-13[release-branch.go1.11-security] net/url: make Hostname and Port predictable ...Filippo Valsorda
2018-07-27net/http: document Transport.Proxy's https supportCraig Citro
2018-07-24net/http: deflake TestRetryRequestsOnErrorBrad Fitzpatrick
2018-07-12net/http: make Transport.CloseIdleConnections close non-bundled http2.TransportBrad Fitzpatrick
2018-07-11net/http: fix rare Transport leak, remove incorrect defensive logicBrad Fitzpatrick
2018-07-09net/http: add Transport.MaxConnsPerHost knobMark Fischer
2018-07-03net/http: make Transport treat 101 as a terminal statusMark Fischer
2018-06-29net/http: update docs on Transport.DisableKeepAlivesBrad Fitzpatrick
2018-06-13net/http: make Transport.RoundTrip check context.Done earlierBrad Fitzpatrick
2018-06-12net/http, net/http/httptrace: make Transport support 1xx responses properlyBrad Fitzpatrick
2018-06-05net/http: document Transport.Dial concurrencyBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-30net/http: use DialWithConn method of socks.DialerMikio Hara
2018-05-30net/http: add js/wasm compatible DefaultTransportJohan Brandhorst
2018-05-29net/http: vendor x/net/http/httpproxy, use it in net/httpRoger Peppe
2018-05-07vendor, net/http: update x/net for httplex to httpguts mergeBrad Fitzpatrick
2018-04-06net/http: replace SOCKS client implementationMikio Hara
2018-03-20net/http: remove extraneous call to VerifyHostnamePaul Querna
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2018-01-10net/http: fix "http2: no cached connection..." error with x/net/http2Brad Fitzpatrick
2018-01-05net/http: document internal error errServerClosedIdle moreBrad Fitzpatrick
2018-01-05net/http: document CONNECT moreBrad Fitzpatrick
2017-10-31net/http: display connect methods table properly in `go doc`Joe Kyo
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-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-26net/http: error if Transport.Proxy returns httpsDaniel Martí
2017-09-11net/http: allow reuse of http.Request objectsLuan Santos
2017-08-14net/http: various small cleanupsDaniel Martí
2017-06-15net/http: document SOCKS5 proxy supportKale Blankenship
2017-06-05net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser
2017-05-24net/http: make Transport respect non lower case Content-EncodingJan Berktold
2017-04-18all: remove unnecessary ", _" from map readsDaniel Martí
2017-03-21net/http: fix ProxyFromEnvironment panic on invalid $NO_PROXY valueJakob Borg
2017-03-02net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick
2017-03-02net/http: add support for socks5 proxyMichel Lespinasse
2016-12-13net/http: update some commentsBrad Fitzpatrick
2016-12-08net/http: don't retry Transport requests if they have a bodyBrad Fitzpatrick
2016-11-10net/http: update Transport doc example to not disable http2Brad Fitzpatrick
2016-11-01net/http: make Transport reject URLs with bogus ports with non-digitsBrad Fitzpatrick
2016-11-01net/http: add Transport.ProxyConnectHeader to control headers to proxiesBrad Fitzpatrick
2016-10-31net/http: returned typed error on Transport proxy dialQuentin Renard
2016-10-22net/http: drop custom tls.Config cloning code.Adam Langley
2016-10-22net/http: document Transport.ExpectContinueTimeout a bit moreBrad Fitzpatrick
2016-10-19net/http/httptrace: add ClientTrace.TLSHandshakeStart & TLSHandshakeDoneEdward Muller
2016-09-29net/http: use atomic.Value for Transport's alternate protocol mapBrad Fitzpatrick
2016-09-27net/http: add more IDNA2008 tests and fix some omissionsBrad Fitzpatrick
2016-09-13net/http: make Transport support international domain namesBrad Fitzpatrick
2016-09-01crypto/tls: add Config.CloneBrad Fitzpatrick