Expand description
Internal transport/engine crate for relay-core. Contains capture sources, MITM/TLS, HTTP/WebSocket proxy, and rule engine.
Users should depend on relay-core instead. Direct use of relay-core-lib
is intended only for advanced integrators building custom orchestration layers.
Re-exports§
pub use rule as rule_engine;pub use capture::source as engine;pub use intercept::types as interceptor;pub use proxy::start_proxy;pub use intercept::types::Interceptor;pub use intercept::types::InterceptionResult;pub use intercept::types::NoOpInterceptor;