rustmax

Module axum

Source
Expand description

Web application framework based on tokio.

See crate ::axum.

Modules§

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

Structs§

  • Errors that can happen when using axum.
  • Extractor and response for extensions.
  • URL encoded extractor and response.
  • JSON Extractor / Response.
  • The router type for composing handlers and services.

Traits§

Functions§

  • Serve the service with the supplied listener.

Type Aliases§

  • Alias for a type-erased error type.