Module graphql_starter::axum
source · Expand description
Utilities to work with axum
Modules§
- Wrappers over axum’s extract, providing custom error responses.
Structs§
- Sub-state to retrieve cors-related service.
Traits§
- CORS service
Functions§
- Builds a new axum HTTP Server for a given Router
- Add tracing and cors layers to the given router.
- Middleware to check that the
x-requested-with
custom header is present on requests, failing if not