Skip to content

Proxy environment variable support

Pre-release
Pre-release

Choose a tag to compare

@TingDaoK TingDaoK released this 20 Sep 19:07
· 154 commits to main since this release
69edc65
  • Proxy environment variable support HTTP_PROXY and HTTPS_PROXY
  • When enabled:
    • env HTTPS_PROXY/https_proxy will be checked when the main connection use tls.
    • env HTTP_PROXY/http_proxy will be checked when the main connection NOT use tls.
    • The lower case version has precedence.
  • Metrics exposure
  • Http2 on going supports