Crate lazy_sock

Crate lazy_sock 

Source

Macros§

lazy_sock
便捷宏用于快速创建服务器

Structs§

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

HandlerFn
回调函数类型定义
LogCallbackFn
日志回调函数类型
PromptCallbackFn
提示回调函数类型