mz_environmentd::http::webhook

Function 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.