Skip to main content

Module webhook

Module webhook 

Source

Structs§

IdempotencyConfig
Configuration for webhook idempotency.
SignatureConfig
Configuration for webhook signature validation.
WebhookContext
Context available to webhook handlers.
WebhookInfo
Webhook metadata.
WebhookSignature
Helper for constructing signature configurations.

Enums§

IdempotencySource
Source for extracting idempotency key.
SignatureAlgorithm
Supported signature algorithms.
WebhookResult
Result returned by webhook handlers.

Traits§

ForgeWebhook
Trait for FORGE webhook handlers.