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§
- Runtime transport that only connects on first request.
- A builder for RuntimeTransport.
Enums§
- An enum representing the different transports that can be used to connect to a runtime. Only meant to be used internally by RuntimeTransport.
- Error type for the runtime transport.