Macros§
- lazy_
sock - 便捷宏用于快速创建服务器
Structs§
- Lazy
Sock - LazySock 服务器主结构
- Request
- Represents an incoming HTTP-like request.
- Response
- Represents an HTTP-like response.
- Router
- The router, responsible for managing routes and their handlers.
Enums§
- Method
- Represents an HTTP method.
Type Aliases§
- Handler
Fn - 回调函数类型定义
- LogCallback
Fn - 日志回调函数类型
- Prompt
Callback Fn - 提示回调函数类型