unleash-edge 0.2.0

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
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod data_sources;
pub mod http;
pub mod metrics;
pub mod prom_metrics;

pub mod auth;
pub mod cli;
pub mod client_api;
pub mod edge_api;
pub mod error;
pub mod frontend_api;
pub mod middleware;
pub mod openapi;
pub mod tokens;
pub mod types;
pub mod urls;

pub mod internal_backstage;