Module axum08

Module axum08 

Source
Expand description

Axum 0.8 extension module

Provides ClientIp to extract client’s ip using filters

Modules§

body
HTTP body utilities.
error_handling
Error handling model and utilities
extract
Types and traits for extracting data from requests.
handler
Async functions that can be used to handle requests.
http
A general purpose library of common HTTP types
middleware
Utilities for writing middleware
response
Types and traits for generating responses.
routing
Routing between Services and handlers.

Structs§

ClientIp
ClientIp extractor
Error
Errors that can happen when using axum.
Extension
Extractor and response for extensions.
Router
The router type for composing handlers and services.

Traits§

RequestExt
Extension trait that adds additional methods to Request.
RequestPartsExt
Extension trait that adds additional methods to Parts.
ServiceExt
Extension trait that adds additional methods to any Service.

Type Aliases§

BoxError
Alias for a type-erased error type.