pub fn request_bytes_detailed(
pair: TransformPair,
ctx: &TransformContext,
body: &[u8],
) -> Result<TransformOutput<Vec<u8>>, TransformError>Expand description
Convert a request and return non-fatal semantic-loss diagnostics.
pub fn request_bytes_detailed(
pair: TransformPair,
ctx: &TransformContext,
body: &[u8],
) -> Result<TransformOutput<Vec<u8>>, TransformError>Convert a request and return non-fatal semantic-loss diagnostics.