Expand description
HTTP 中间件模块
提供常用的 HTTP 中间件实现。
Structs§
- Compression
- 压缩中间件层
- Compression
Builder - 压缩中间件构建器
- Compression
Config - 压缩配置
- Cors
Config - CORS 配置结构体
- Cors
Layer - Layer that applies the
Corsmiddleware which adds headers for CORS. - Request
IdLayer - 请求 ID 中间件层
- Tracing
Layer - 追踪中间件层
Enums§
- Compression
Algorithm - 压缩算法类型
Functions§
- cors_
permissive - 创建允许所有请求的 CORS 配置
- cors_
strict - 创建严格模式的 CORS 配置