pub async fn webhook_handler(
__arg0: State<Arc<WebhookState>>,
__arg1: Path<String>,
headers: HeaderMap,
body: Bytes,
) -> impl IntoResponseExpand description
Handle webhook requests.
This handler:
- Looks up webhook by path
- Validates signature if configured
- Checks idempotency
- Executes handler
- Records idempotency key