#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

#711 in HTTP server

Download history 15/week @ 2024-02-19 37/week @ 2024-02-26 10/week @ 2024-03-04 16/week @ 2024-03-11 3/week @ 2024-03-18 60/week @ 2024-04-01

81 downloads per month
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–17MB
~296K SLoC