Expand description
Types for working with ngrok tunnels.
Structs§
- Http
Tunnel - An ngrok tunnel for an HTTP endpoint.
- Labeled
Tunnel - A labeled ngrok tunnel.
- TcpTunnel
- An ngrok tunnel for a TCP endpoint.
- TlsTunnel
- An ngrok tunnel for a TLS endpoint.
Enums§
- Accept
Error - Errors arising when accepting a [Conn] from an ngrok tunnel.
Traits§
- Edge
Info - An ngrok tunnel backing an edge. Since labels may be dynamically defined via the dashboard or API, the url and protocol for the tunnel is not knowable ahead of time.
- Endpoint
Info - An ngrok tunnel backing a simple endpoint. Most agent-configured tunnels fall into this category, with the exception of labeled tunnels.
- Tunnel
- An ngrok tunnel.
- Tunnel
Closer - An ngrok tunnel closer.
- Tunnel
Info - Information associated with an ngrok tunnel.