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
.