ave-http 0.10.0

HTTP API server for the Ave runtime, auth system, and admin surface
1
2
3
4
5
6
7
8
9
10
11
12
13
// Ave HTTP Library
//
// Public exports for use in integration tests and external modules

pub mod auth;
pub mod config_types;
pub mod doc;
pub mod error;
pub mod logging;
pub mod middleware;
mod self_signed_cert;
pub mod server;
pub mod startup;