Function mz_environmentd::http::webhook::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>.