Structs§
- Method
Router - A light wrapper around axum’s
MethodRouter(orApiMethodRouterif theaidefeature is enabled).
Functions§
- delete
- Route
deleterequests to the given handler. Seeaxum::routing::deletefor more details. - delete_
with - Route
deleterequests to the given handler. Seeaxum::routing::deletefor more details. - get
- Route
getrequests to the given handler. Seeaxum::routing::getfor more details. - get_
with - Route
getrequests to the given handler. Seeaxum::routing::getfor more details. - head
- Route
headrequests to the given handler. Seeaxum::routing::headfor more details. - head_
with - Route
headrequests to the given handler. Seeaxum::routing::headfor more details. - options
- Route
optionsrequests to the given handler. Seeaxum::routing::optionsfor more details. - options_
with - Route
optionsrequests to the given handler. Seeaxum::routing::optionsfor more details. - patch
- Route
patchrequests to the given handler. Seeaxum::routing::patchfor more details. - patch_
with - Route
patchrequests to the given handler. Seeaxum::routing::patchfor more details. - post
- Route
postrequests to the given handler. Seeaxum::routing::postfor more details. - post_
with - Route
postrequests to the given handler. Seeaxum::routing::postfor more details. - put
- Route
putrequests to the given handler. Seeaxum::routing::putfor more details. - put_
with - Route
putrequests to the given handler. Seeaxum::routing::putfor more details. - trace
- Route
tracerequests to the given handler. Seeaxum::routing::tracefor more details. - trace_
with - Route
tracerequests to the given handler. Seeaxum::routing::tracefor more details.