miniflux-v2/http/client
Lee Tang 46c13b5185
Restore the ability to use a proxy for all HTTP requests
The default transport was changed in commit 0d66f2c and the proxy feature was forgotten.

- https://golang.org/src/net/http/transport.go#L43
- https://golang.org/pkg/net/http/#ProxyFromEnvironment
2020-10-30 19:03:41 -07:00
..
testdata Update XML encoding regex to take single quotes into consideration 2018-12-12 21:13:06 -08:00
client.go Restore the ability to use a proxy for all HTTP requests 2020-10-30 19:03:41 -07:00
client_test.go http client: remove dependency on global config options 2020-09-27 14:37:46 -07:00
doc.go Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
response.go Normalize URL query string before executing HTTP requests 2019-12-26 15:56:59 -08:00
response_test.go Normalize URL query string before executing HTTP requests 2019-12-26 15:56:59 -08:00