Module mz_environmentd::http::webhook
source ยท Expand description
Helpers for handling events from a Webhook source.
Structsยง
Enumsยง
- Errors we can encounter when appending data to a Webhook Source.
Functionsยง
- append_
webhook ๐Append the providedbody
andheaders
to the webhook source identified viadatabase
,schema
, andname
. - filter_
headers ๐ - pack_
header ๐Pack the headers of a request into aRow
. - pack_
rows ๐Packs the body and headers of a webhook request into as many rows as necessary. - transform_
body ๐Transforms the body of a webhook request into aVec<BodyRow>
.