axum 0.6.18

Web framework that focuses on ergonomics and modularity
Documentation

axum

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 9 of them enabled by default.

default

  • form
  • http1
  • json
  • matched-path
  • original-uri
  • query
  • tokio
  • tower-log

form

  • dep:serde_urlencoded

http1

  • hyper/http1

json

  • dep:serde_json
  • dep:serde_path_to_error

matched-path

    This feature flag does not enable additional features.

original-uri

    This feature flag does not enable additional features.

query

  • dep:serde_urlencoded

tokio

  • dep:tokio
  • hyper/server
  • hyper/tcp
  • hyper/runtime
  • tower/make

tower-log

  • tower/log

ws

  • tokio
  • dep:tokio-tungstenite
  • dep:sha1
  • dep:base64

tracing

  • dep:tracing
  • axum-core/tracing

http2

  • hyper/http2

macros

  • dep:axum-macros

multipart

  • dep:multer

headers

  • dep:headers