unleash-edge 19.2.1

Unleash edge is a proxy for Unleash. It can return both evaluated feature toggles as well as the raw data from Unleash's client API
1
2
3
4
5
6
7
8
9
10
pub mod as_async_middleware;

#[cfg(not(tarpaulin_include))]
pub mod request_tracing;

pub mod validate_token;

pub mod client_token_from_frontend_token;

pub mod enrich_with_client_ip;