Module axum
Expand description
Axum integration.
Structs§
- Axum
Server FnBackend - The axum server function backend
Functions§
- get_
server_ fn_ service - Returns the server function at the given path as a service that can be modified.
- handle_
server_ fn - An Axum handler that responds to a server function request.
- register_
explicit - Explicitly register a server function. This is only necessary if you are
running the server in a WASM environment (or a rare environment that the
inventory
crate won’t work in.). - server_
fn_ paths - The set of all registered server function paths.