Skip to main content

Module webhook

Module webhook 

Source
Available on crate features source-rest and source-webhook only.

Modules§

config
Webhook source configuration.
stream
Webhook source stream executor.

Structs§

WebhookSource
A webhook receiver source that starts a temporary HTTP server and collects incoming POST payloads as records.
WebhookSourceConfig
Configuration for the webhook receiver source.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.