unleash-edge 19.8.2

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
pub(crate) const UNLEASH_APPNAME_HEADER: &str = "UNLEASH-APPNAME";
pub(crate) const UNLEASH_INSTANCE_ID_HEADER: &str = "UNLEASH-INSTANCEID";
pub(crate) const UNLEASH_CONNECTION_ID_HEADER: &str = "UNLEASH-CONNECTION-ID";
pub(crate) const UNLEASH_CLIENT_SPEC_HEADER: &str = "Unleash-Client-Spec";
pub(crate) const UNLEASH_INTERVAL: &str = "Unleash-Interval";