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 the provided
body
andheaders
to the webhook source identified viadatabase
,schema
, andname
. - Pack the headers of a request into a
Row
. - Packs the body and headers of a webhook request into as many rows as necessary.
- Transforms the body of a webhook request into a
Vec<BodyRow>
.