VXVX Docs

HTTP transport

HttpConfig (HTTP/2 camouflage)

Proto: protos/proto/vx/transport/protocols/http/config.proto

HTTP/2 transport camouflage (not the HTTP proxy protocol). Set on TransportConfig.http.

HttpConfig

FieldTypeDescription
hoststring[]Host header values (random choice)
pathstringRequest path
methodstringHTTP method
headerHeader[]Custom headers (name, repeated value)
{
  "transport": {
    "http": {
      "host": ["example.com"],
      "path": "/download",
      "method": "GET"
    },
    "tls": { "serverName": "example.com" }
  }
}

Comments

On this page