cnctd_server 0.6.3

Collection of server APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod utils;
pub mod router;
pub mod server;
pub mod socket;
pub mod auth;
// pub mod graphql;

// Re-export raw-body request type for convenience. Routers that implement
// `RestRouterFunction::route_with_raw_body` can `use cnctd_server::Bytes`.
pub use bytes::Bytes;