Skip to main content

Crate confium_verify_server

Crate confium_verify_server 

Source
Expand description

Library surface for the HTTP verification service: exposes the handlers and the canonical router so integrators (and tests) can mount the same routes as the binary.

Re-exports§

pub use handlers::AppState;
pub use handlers::VerifySignatifRequest;

Modules§

handlers
HTTP handlers for the verification service.

Functions§

router
The canonical router, shared by the binary and tests.