relay-core-http 0.5.2

REST/SSE HTTP API adapter for relay-core: language-agnostic integration boundary for external tools
Documentation
1
2
3
4
5
6
7
8
pub mod events;
pub mod flows;
pub mod intercepts;
pub mod metrics;
pub mod rules;
#[cfg(feature = "script")]
pub mod scripts;
pub mod version;