Module runtime_transport

Source
Expand description

Runtime transport that connects on first request, which can take either of an HTTP, WebSocket, or IPC transport and supports retries based on CUPS logic.

Structs§

RuntimeTransport
Runtime transport that only connects on first request.
RuntimeTransportBuilder
A builder for RuntimeTransport.

Enums§

InnerTransport
An enum representing the different transports that can be used to connect to a runtime. Only meant to be used internally by RuntimeTransport.
RuntimeTransportError
Error type for the runtime transport.

Functions§

build_auth 🔒
url_to_file_path 🔒 Non-Windows