Proxy

Proxy server configuration Specifies the remote address of an HTTP proxy.

HTTPClient+Proxy.swift:28
struct Proxy

Adding an Proxy to your client’s HTTPClient.Configuration will cause requests to be passed through the specified proxy using the HTTP CONNECT method.

If a TLSConfiguration is used in conjunction with HTTPClient.Configuration.Proxy, TLS will be established after successful proxy, between your client and the destination server.