mz_environmentd::http::webhook

Function transform_body

Source
fn transform_body(
    body: &[u8],
    format: &WebhookBodyFormat,
) -> Result<Vec<BodyRow>, AppendWebhookError>
Expand description

Transforms the body of a webhook request into a Vec<BodyRow>.