Skip to main content

Crate faucet_source_webhook

Crate faucet_source_webhook 

Source
Expand description

§faucet-source-webhook

A webhook receiver source connector that starts a temporary HTTP server, collects incoming POST payloads, and returns them as records.

Re-exports§

pub use config::WebhookSourceConfig;
pub use stream::WebhookSource;

Modules§

config
Webhook source configuration.
stream
Webhook source stream executor.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.