Expand description
Helpers for handling events from a Webhook source.
Structsยง
Enumsยง
- Webhook
Error - Errors we can encounter when appending data to a Webhook Source.
Functionsยง
- append_
webhook ๐ - Append the provided
body
andheaders
to the webhook source identified viadatabase
,schema
, andname
. - filter_
headers ๐ - handle_
webhook - pack_
header ๐ - Pack the headers of a request into a
Row
. - 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 a
Vec<BodyRow>
.