Skip to main content

request_bytes

Function request_bytes 

Source
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).