Crate mockforge_tunnel

Crate mockforge_tunnel 

Source
Expand description

MockForge Tunneling Service

Provides functionality to expose local MockForge servers via public URLs without requiring cloud deployment. Supports multiple tunneling backends and provides a unified API for tunnel management.

Re-exports§

pub use client::TunnelClient;
pub use config::TunnelConfig;
pub use config::TunnelProvider;
pub use manager::TunnelManager;
pub use provider::TunnelProvider as ProviderTrait;
pub use provider::TunnelStatus;

Modules§

client
Tunnel client for forwarding requests
config
Tunnel configuration
manager
Tunnel manager for creating and managing tunnels
provider
Tunnel provider traits and implementations

Enums§

TunnelError
Error type for tunnel operations

Type Aliases§

Result
Result type for tunnel operations