#webhook #content #server

webhook-router

Classifies and routes webhooks according to rules and webhook contents

3 unstable releases

0.2.2 May 30, 2023
0.2.0 Nov 22, 2021
0.1.0 Apr 29, 2020

#99 in #webhook

49 downloads per month
Used in webhook-listen

MIT/Apache

62KB
1.5K SLoC

Verify, route, and write webhooks to a location on disk.

This crate handles incoming webhook contents and using HTTP headers and the contents of the webhook itself to determine whether it is a valid webhook or not and route it to a file on disk with a classification as to what kind of webhook it is.


webhook-router

Verify, classify and route webhook events to files in directories based on the headers and contents of the hooks.

Dependencies

~9–12MB
~303K SLoC