Skip to main content

Module transport

Module transport 

Source
Expand description

HTTP/Connect transport factory and API-key request signing.

Structs§

Config
Transport configuration.
Factory
Owns HTTP client, Connect config, and optional credentials.

Enums§

WireFormat
Wire encoding for Connect unary calls.

Constants§

DEFAULT_API_URL
DEFAULT_WS_URL
MAX_CONNECT_RESPONSE_BYTES
Maximum decompressed ConnectRPC response message accepted by the SDK.

Type Aliases§

SharedTransport
Shared transport handle used by all generated Connect clients.