Structs§
- Method
Router - A light wrapper around axum’s
MethodRouter
(orApiMethodRouter
if theaide
feature is enabled).
Functions§
- delete
- Route
delete
requests to the given handler. Seeaxum::routing::delete
for more details. - delete_
with - Route
delete
requests to the given handler. Seeaxum::routing::delete
for more details. - get
- Route
get
requests to the given handler. Seeaxum::routing::get
for more details. - get_
with - Route
get
requests to the given handler. Seeaxum::routing::get
for more details. - head
- Route
head
requests to the given handler. Seeaxum::routing::head
for more details. - head_
with - Route
head
requests to the given handler. Seeaxum::routing::head
for more details. - options
- Route
options
requests to the given handler. Seeaxum::routing::options
for more details. - options_
with - Route
options
requests to the given handler. Seeaxum::routing::options
for more details. - patch
- Route
patch
requests to the given handler. Seeaxum::routing::patch
for more details. - patch_
with - Route
patch
requests to the given handler. Seeaxum::routing::patch
for more details. - post
- Route
post
requests to the given handler. Seeaxum::routing::post
for more details. - post_
with - Route
post
requests to the given handler. Seeaxum::routing::post
for more details. - put
- Route
put
requests to the given handler. Seeaxum::routing::put
for more details. - put_
with - Route
put
requests to the given handler. Seeaxum::routing::put
for more details. - trace
- Route
trace
requests to the given handler. Seeaxum::routing::trace
for more details. - trace_
with - Route
trace
requests to the given handler. Seeaxum::routing::trace
for more details.