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