#github-webhook #github #webhook #tower-layer #tower #tower-service #layer

tower-github-webhook

tower-github-webhook 是一个简化验证从 GitHub 接收到的 webhooks 的 crate。

1 个不稳定版本

新增 0.2.0 2024年8月19日
0.1.2 2024年4月19日
0.1.1 2024年1月28日
0.1.0 2024年1月27日

#1324Web编程

Download history 122/week @ 2024-08-09 139/week @ 2024-08-16

每月261次 下载

MIT 协议

19KB
265

tower-github-webhook

tower-github-webhook 是一个简化验证从 GitHub 接收到的 webhooks 的 crate。

Crates.io Documentation Crates.io


lib.rs:

概述

tower-github-webhook 是一个用于验证从 GitHub 接收到的签名 webhooks 的 crate。

该 crate 导出两个结构体:ValidateGitHubWebhookLayerValidateGitHubWebhook。这些结构体分别实现了 tower_layer::Layertower_service::Service,因此可以用作 Tower 生态系统之上的任何服务器中间件。

依赖

~2.5MB
~42K SLoC