influxdb/pkg/httpc
Stuart Carnie aea54d2ead
fix(http): Use shared http.Transport
This is following precedent established in `net/http`, by using a
shared `http.Transport`. This is necessary to ensure connections which
utilize HTTP keep-alive are reused, along with other benefits of
pooling.
2020-06-05 09:52:45 -07:00
..
body_fns.go feat(httpc): add httpc pkg to resuse code for http client type 2019-12-09 12:17:22 -08:00
client.go chore(httpc): refactor inputs to eliminate required path 2020-05-01 17:47:37 -07:00
client_test.go feat(pkg/httpc): add cookie based authorization (#16802) 2020-02-10 12:37:13 -06:00
options.go fix(http): Use shared http.Transport 2020-06-05 09:52:45 -07:00
req.go chore(httpc): extend httpc reqs with tracing 2020-06-04 15:25:19 -07:00