Expand description
Runtime transport that connects on first request, which can take either of an HTTP,
WebSocket, or IPC transport. Retries are handled by a client layer (e.g.,
RetryBackoffLayer) when used.
Structsยง
- Runtime
Transport - Runtime transport that only connects on first request.
- Runtime
Transport Builder - A builder for RuntimeTransport.
Enumsยง
- Inner
Transport - An enum representing the different transports that can be used to connect to a runtime. Only meant to be used internally by RuntimeTransport.
- Runtime
Transport Error - Error type for the runtime transport.
Constantsยง
- KNOWN_
MPP_ ๐HOSTS - Known MPP-enabled RPC host suffixes.
Functionsยง
- build_
auth ๐ - is_
known_ ๐mpp_ endpoint - Returns
trueifurlpoints to a known MPP-enabled RPC service. - url_
to_ ๐file_ path Non-Windows