VXVX Docs

HTTP proxy

HttpServerConfig and HttpClientConfig

Proto: protos/proto/vx/proxy/http/http.proto

Standard HTTP CONNECT proxy (not the HTTP transport — see Transport HTTP).

HttpServerConfig

Empty message — no extra fields. Authentication is typically handled at the transport or routing layer.

{
  "@type": "type.googleapis.com/vx.proxy.http.HttpServerConfig"
}

HttpClientConfig

FieldTypeDescription
accountAccountOptional username / password
h1SkipWaitForReplyboolHTTP/1 optimization

Account

FieldDescription
usernameProxy auth user
passwordProxy auth password

Comments