Expand description
Body conversion system — registry-based format conversion for request/response bodies.
Modules§
- detect
- Format detection implementations.
- json_
transform - JSON structural transformation utilities.
Structs§
- Conversion
Registry - Registry mapping
(source, target)format pairs to converters.
Traits§
- Converter
- Converts a complete body between two formats atomically.
- Format
Detector - Detects the format of a body payload.
- Stream
Converter - Converts streaming data chunk-by-chunk (for SSE, WebSocket, etc.).