Crate summer_boot
source · [−]Re-exports
pub use http1::http;pub use utils::middleware::Middleware;pub use utils::middleware::Next;pub use utils::request::Request;pub use utils::response::Response;pub use utils::response_builder::ResponseBuilder;pub use utils::util;pub use aop::endpoint::Endpoint;pub use gateway::route::Route;pub use http_types;Modules
这里在service module使用 可以考虑添加消除警告的属性宏
事件日志记录类型
提供了summer boot的运行时环境 当前提供环境主要是 tokio 下的 Runtime
Macros
Structs
Enums
HTTP response status codes.
Traits
Provides the status method for Result and Option.
Functions
Type Definitions
结果类型处理