Skip to content

Transport

Transport configuration for the Remote endpoint.

Structure

{
  "type": ""
}
Type Description
Empty TCP
ws WebSocket
grpc gRPC
quic QUIC

WebSocket

{
  "type": "ws",
  "path": "",
  "headers": {}
}

path

Path of HTTP request.

headers

Extra headers of HTTP request.

gRPC

{
  "type": "grpc"
}

QUIC

{
  "type": "quic"
}

TLS is required for QUIC.