Crate kit_rs

Crate kit_rs 

Source

Re-exports§

pub use http::json;
pub use http::text;
pub use http::HttpResponse;
pub use http::Request;
pub use http::Response;
pub use routing::Router;
pub use server::Server;

Modules§

http
routing
server

Macros§

json_response
Creates a JSON response directly from a JSON literal. Returns Ok(HttpResponse) for use as Response type.
text_response
Creates a text response directly. Returns Ok(HttpResponse) for use as Response type.