Expand description
§Overview
tower-webflow is a crate for verifying signed webhooks received from Webflow.
The crate exports two structs: WebflowLayer and WebflowService. These
structs implement tower_layer::Layer and tower_service::Service, respectively, and so can
be used as middleware for any servers that build on top of the Tower ecosystem.
Structs§
- Webflow
Layer - Layer that applies the WebflowService middleware.
- Webflow
Service - Middleware that validates the x-webflow-signature header