Expand description
Tunnel and endpoint configuration types.
Structs§
- Action
- An action that should be taken if the rule matches
- Http
Tunnel Builder - A builder for a tunnel backing an HTTP endpoint.
- Invalid
Scheme String - Error representing invalid string for Scheme
- Labeled
Tunnel Builder - A builder for a labeled tunnel.
- Oauth
Options - Oauth Options configuration
- Oidc
Options - Oidc Options configuration
- Policy
- A policy that defines rules that should be applied to incoming or outgoing connections to the edge.
- Rule
- A policy rule that should be applied
- TcpTunnel
Builder - A builder for a tunnel backing a TCP endpoint.
- TlsTunnel
Builder - A builder for a tunnel backing a TCP endpoint.
Enums§
- Invalid
Policy - Errors in creating or serializing Policies
- Proxy
Proto - The version of PROXY protocol to use with this tunnel.
- Scheme
- The URL scheme for this HTTP endpoint.
Traits§
- Forwarder
Builder - Trait representing things that can be built into an ngrok tunnel and then forwarded to a provided URL.
- Tunnel
Builder - Trait representing things that can be built into an ngrok tunnel.