Module serve
axum
0.7.5
Module serve
Module Items
Structs
Functions
In crate axum
Modules
body
error_handling
extract
handler
middleware
response
routing
serve
Structs
Error
Extension
Form
Json
Router
Traits
RequestExt
RequestPartsExt
ServiceExt
Functions
serve
Type Aliases
BoxError
axum
Module
serve
Copy item path
Settings
Help
Summary
Source
Expand description
Serve services.
Structs
§
Incoming
Stream
An incoming stream.
Serve
Future returned by
serve
.
With
Graceful
Shutdown
Serve future with graceful shutdown enabled.
Functions
§
serve
Serve the service with the supplied listener.