Function mz_environmentd::http::webhook::pack_row
source · fn pack_row(
body: Bytes,
headers: &BTreeMap<String, String>,
body_ty: ColumnType,
header_tys: WebhookHeaders
) -> Result<Row, AppendWebhookError>Expand description
Given the body and headers of a request, pack them into a Row.