ohttp-gateway 0.1.1

A OHTTP Gateway server, meant to run between a OHTTP Relay and a target web service.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod config;
pub mod error;
pub mod handlers;
pub mod key_manager;
pub mod metrics;
pub mod middleware;
pub mod state;

pub use config::AppConfig;
pub use error::GatewayError;
pub use state::AppState;