mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 15:43:37 +01:00
15 lines
357 B
Go
15 lines
357 B
Go
package agentproxy
|
|
|
|
const (
|
|
HeaderXProxyScheme = "X-Proxy-Scheme"
|
|
HeaderXProxyHost = "X-Proxy-Host"
|
|
HeaderXProxyConfig = "X-Proxy-Config"
|
|
)
|
|
|
|
// deprecated
|
|
const (
|
|
HeaderXProxyHTTPS = "X-Proxy-Https"
|
|
HeaderXProxySkipTLSVerify = "X-Proxy-Skip-Tls-Verify"
|
|
HeaderXProxyResponseHeaderTimeout = "X-Proxy-Response-Header-Timeout"
|
|
)
|