Function mz_environmentd::http::webhook::pack_header

source ·
fn pack_header(
    body_row: BodyRow,
    headers: &BTreeMap<String, String>,
    header_tys: &WebhookHeaders
) -> Result<Row, AppendWebhookError>
Expand description

Pack the headers of a request into a Row.