Skip to main content

Module convert

Module convert 

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

ConversionRegistry
Registry mapping (source, target) format pairs to converters.

Traits§

Converter
Converts a complete body between two formats atomically.
FormatDetector
Detects the format of a body payload.
StreamConverter
Converts streaming data chunk-by-chunk (for SSE, WebSocket, etc.).