Expand description
Types for working with the ngrok session.
Structs§
- Common response structure for all remote commands originating from the ngrok dashboard.
- The builder specified an invalid heartbeat interval.
- The builder specified an invalid heartbeat tolerance.
- The builder provided an invalid server address
- An unsupported proxy address was provided.
- A request from the ngrok dashboard for the agent to restart.
- An ngrok session.
- The builder for an ngrok Session.
- A request from the ngrok dashboard for the agent to stop.
- A request from remote to stop a tunnel
- A request from the ngrok dashboard for the agent to update itself.
Enums§
- Errors arising at SessionBuilder::connect time.
- Errors arising from tunneling protocol RPC calls.
Traits§
- Trait for a type that can handle a command from the ngrok dashboard.
- Trait for establishing the connection to the ngrok server.
- A handler called on every heartbeat with the latency for that beat.
- A trait alias for types that can provide the base ngrok transport, i.e. bidirectional byte streams.
Functions§
- The default ngrok connector.