Skip to main content

Module webhook

Module webhook 

Source
Available on crate features serve and triggers only.
Expand description

POST/PUT /v1/triggers/{name} — the webhook trigger endpoint. Looks the name up in the TriggersHandle webhook table, checks the method allowlist, applies a leading-edge debounce (coalesce fires that arrive within debounce_secs of the last accepted fire), builds a TriggerEvent::Webhook, and fires. Bearer auth is inherited from the /v1 route_layer.

Functions§

handle