Skip to main content

Module webhook

Module webhook 

Source

Structs§

WebhookEvent

Enums§

WebhookProvider

Functions§

parse_bitbucket_push
Parse a Bitbucket Server / Cloud push webhook payload.
parse_github_push
Parse a GitHub push webhook payload.
parse_gitlab_push
Parse a GitLab push webhook payload.
verify_bitbucket_sig
Bitbucket uses the same HMAC-SHA256 scheme as GitHub.
verify_github_sig
Verify a GitHub-style sha256=<hex> HMAC-SHA256 signature. Returns false for any malformed input rather than erroring.