We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HTTPClient.Configuration.Proxy
1 parent b57bcb9 commit 64ff430Copy full SHA for 64ff430
Sources/AsyncHTTPClient/HTTPClient+Proxy.swift
@@ -25,7 +25,7 @@ extension HTTPClient.Configuration {
25
/// If a `TLSConfiguration` is used in conjunction with `HTTPClient.Configuration.Proxy`,
26
/// TLS will be established _after_ successful proxy, between your client
27
/// and the destination server.
28
- public struct Proxy: NIOSendable {
+ public struct Proxy: NIOSendable, Hashable {
29
enum ProxyType: Hashable {
30
case http(HTTPClient.Authorization?)
31
case socks
0 commit comments