Module conn

Source
Expand description

Types for working with ngrok connections.

Structs§

EdgeConn
A connection via an ngrok Edge.
EndpointConn
A connection via an ngrok Endpoint.

Traits§

Conn
An incoming connection over an ngrok tunnel. Effectively a trait alias for async read+write, plus connection info.
ConnInfo
Information common to all ngrok connections.
EdgeConnInfo
Information about connections via ngrok edges.
EndpointConnInfo
Information about connections via ngrok endpoints.