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§
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.