#webhook #routes #server #http-header #content #events #classification

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

#1018 in HTTP server


Used in webhook-listen

MIT/Apache

62KB
1.5K SLoC

webhook-router

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


lib.rs:

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.

Dependencies

~8–16MB
~298K SLoC