Crate tower_webflow

Crate tower_webflow 

Source
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§

WebflowLayer
Layer that applies the WebflowService middleware.
WebflowService
Middleware that validates the x-webflow-signature header

Functions§

box_err_to_res