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
.
fn pack_header(
body_row: BodyRow,
headers: &BTreeMap<String, String>,
header_tys: &WebhookHeaders,
) -> Result<Row, AppendWebhookError>
Pack the headers of a request into a Row
.