b6b1981be4
This change proposes switch to requests lib instead using HTTPConnection and VerifiedHTTPSConnection, requests lib is recommended for higher-level http client interface. Also HTTPConnection can't work with API server behind proxy. Change-Id: I0393aaf38e59bdfdefb0e00aaa514a3246bf639b Closes-Bug: 1500929
6 lines
197 B
YAML
6 lines
197 B
YAML
---
|
|
features:
|
|
- Switch HTTP client to requests lib. It allows client to work with API
|
|
behind the proxy, configure proxies by setting the environment
|
|
variables HTTP_PROXY and HTTPS_PROXY.
|