tower-webflow 0.1.0

tower-webflow is a crate that simplifies validating webhooks received from Webflow
Documentation
1
2
3
4
5
6
7
8
9
10
11
# tower-webflow

`tower-webflow` is a crate to handle validating webhooks from webflow.

It depends on Axum for extracting the headers and body of incoming requests.

To run the example:

```
cargo run --example web
```