Expand description
Reverse proxy subsystem.
Exposes local HTTP/HTTPS ports to the Tailscale mesh network.
The Go sidecar handles the actual HTTP reverse proxying (TLS listener,
httputil.ReverseProxy, WebSocket hijack). This module provides the
Rust API surface and mesh discovery.
Re-exports§
pub use types::*;
Modules§
- discovery
- Mesh discovery helpers for the reverse proxy subsystem.
- types
- Public types for the reverse proxy subsystem.
Structs§
- Proxy
- Handle for interacting with the reverse proxy subsystem.