Module ngrok::session

source ·
Expand description

Types for working with the ngrok session.

Structs

  • Common response structure for all remote commands originating from the ngrok dashboard.
  • 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 the ngrok dashboard for the agent to update itself.

Enums

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