Crate mankong

Source

Re-exports§

pub use error::Error;
pub use fs::ServeDir;
pub use fs::ServeFile;
pub use kernel::DynEndpoint;
pub use kernel::Endpoint;
pub use kernel::Middleware;
pub use kernel::Next;
pub use request::Request;
pub use response::Response;
pub use router::Router;
pub use server::Server;
pub use into_response::IntoResponse;
pub use types::AnyResult;
pub use types::HyperRequest;
pub use types::HyperResponse;
pub use types::Result;
pub use hyper::http;

Modules§

error
fs
into_response
kernel
request
response
router
server
types
utils

Functions§

new