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§
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
Traits§
- Source
- A source fetches records from an external system.