perimeterx-fastly-enforcer 2.2.2

PerimeterX Fastly Compute@Edge Rust Enforcer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[path = "./handlers/mod.rs"]
pub(crate) mod handlers;
#[path = "./modules/mod.rs"]
pub(crate) mod modules;

// Public API
pub mod pxconfig;
pub mod pxcontext;
pub mod pxenforce;

pub use modules::pxconstants::{DEFAULT_CONFIGSTORE_NAME, DEFAULT_SECRETSTORE_NAME};
pub use pxcontext::PXModuleMode;

#[cfg(test)]
mod tests;