Module axum

Expand description

Axum integration.

Structs§

AxumServerFnBackend
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.