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§
- Client
Ip - 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§
- Request
Ext - Extension trait that adds additional methods to
Request. - Request
Parts Ext - Extension trait that adds additional methods to
Parts. - Service
Ext - Extension trait that adds additional methods to any
Service.
Type Aliases§
- BoxError
- Alias for a type-erased error type.