Skip to main content

Module tunnel

Module tunnel 

Source
Expand description

Tunnel connection management

Structs§

PendingRequest
A pending HTTP request waiting for a response
TunnelConnection
Represents an active tunnel connection from a local agent

Enums§

ResponseSender
Response sender type - either oneshot for single responses or mpsc for streaming
WsMessage
WebSocket message wrapper to distinguish between text and binary

Functions§

generate_tunnel_id
Generate a unique tunnel ID

Type Aliases§

WsSender
Sender type for WebSocket messages