Expand description
Axum-based webhook trigger adapter (feature = “api”) Webhook trigger adapter — axum-based HTTP listener.
Implements WebhookTrigger with an embedded axum server that accepts
inbound webhooks, verifies HMAC-SHA256 signatures, enforces body-size limits,
and emits WebhookEvents via a channel.
Also implements ScrapingService so a pipeline node can start a webhook
listener and wait for the next event as input.
§Feature gate
Requires feature = "api".
Structs§
- Axum
Webhook Trigger - Axum-based webhook trigger adapter.