pub fn request_bytes(
pair: TransformPair,
ctx: &TransformContext,
body: &[u8],
) -> Result<Vec<u8>, TransformError>Expand description
Convert a request body (inbound wire JSON → upstream wire JSON).
pub fn request_bytes(
pair: TransformPair,
ctx: &TransformContext,
body: &[u8],
) -> Result<Vec<u8>, TransformError>Convert a request body (inbound wire JSON → upstream wire JSON).