Crate deno_tunnel

Source

Re-exports§

pub use quinn;

Structs§

Metadata
Data obtained from the server handshake
OwnedReadHalf
The readable half returned from into_split
OwnedWriteHalf
The writable half returned from into_split
TunnelAddr
Essentially a SocketAddr, except we prefer a human readable hostname to identify the remote endpoint.
TunnelConnection
TunnelStream

Enums§

Authentication
ControlMessage
Messages for control streams
Error
Event
Server event
StreamHeader
Header for new streams

Constants§

CLOSE_GENERIC
CLOSE_MIGRATE
CLOSE_NOT_FOUND
CLOSE_PROTOCOL
CLOSE_UNAUTHORIZED
VERSION

Functions§

read_message
write_message