relay-core-http 0.7.3

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