Expand description
Structs§
- Extension
- Extractor and response for extensions.
- Form
- URL encoded extractor and response.
- Header
- 请求头提取器
- Json
- JSON Extractor / Response.
- Path
- Extractor that will get captures from the URL and parse them using
serde. - Query
- Extractor that deserializes query strings into some type.
- State
- Extractor for state.
Enums§
- Extractor
Error - Extractor 错误类型
Type Aliases§
- Headers
- 请求头映射提取器
- Http
Method - HTTP 方法提取器
- Http
Version - HTTP 版本提取器
- RawBody
- 原始请求体提取器
- Request
Uri - 请求 URI 提取器