userver: USERVER_HTTP_PROXY
Loading...
Searching...
No Matches
USERVER_HTTP_PROXY

USERVER_HTTP_PROXY Dynamic Config

Proxy for all the HTTP and HTTPS clients. Empty string disables proxy usage.

Proxy string may be prefixed with [scheme]:// to specify which kind of proxy is used. Schemes match the libcurl supported ones. A proxy host string can also embed user and password.

Schema:

# yaml
default: ''
description: |
Proxy for all the HTTP and HTTPS clients. Empty string disables proxy usage.
Proxy string may be prefixed with `[scheme]://` to specify which kind of proxy is used. Schemes match the [libcurl supported ones](https://curl.se/libcurl/c/CURLOPT_PROXY.html).
A proxy host string can also embed user and password.
schema:
type: string

For a full list of dynamic configs see Dynamic config schemas list