Skip to main content

Module webhook

Module webhook 

Source
Expand description

Webhook engine — send, receive, verify signatures.

Structs§

WebhookDelivery
Webhook delivery record.
WebhookEndpoint
Registered webhook endpoint.

Functions§

compute_hmac_sha256
Compute HMAC-SHA256 signature for webhook payload.
send_webhook
Send a webhook with optional signature.
verify_hmac_sha256
Verify HMAC-SHA256 signature.