|
9 | 9 | //! |
10 | 10 | //! Name | Description | Default? |
11 | 11 | //! ---|---|--- |
12 | | -//! `async-read-body` | Enables the [`AsyncReadBody`](crate::body::AsyncReadBody) body | No |
13 | | -//! `attachment` | Enables the [`Attachment`](crate::response::Attachment) response | No |
14 | | -//! `cached` | Enables the [`Cached`](crate::extract::Cached) extractor | No |
15 | | -//! `cookie` | Enables the [`CookieJar`](crate::extract::CookieJar) extractor | No |
16 | | -//! `cookie-private` | Enables the [`PrivateCookieJar`](crate::extract::PrivateCookieJar) extractor | No |
17 | | -//! `cookie-signed` | Enables the [`SignedCookieJar`](crate::extract::SignedCookieJar) extractor | No |
18 | | -//! `cookie-key-expansion` | Enables the [`Key::derive_from`](crate::extract::cookie::Key::derive_from) method | No |
19 | | -//! `erased-json` | Enables the [`ErasedJson`](crate::response::ErasedJson) response | No |
20 | | -//! `error-response` | Enables the [`InternalServerError`](crate::response::InternalServerError) response | No |
21 | | -//! `form` | Enables the [`Form`](crate::extract::Form) extractor | No |
22 | | -//! `handler` | Enables the [handler] utilities | No |
23 | | -//! `json-deserializer` | Enables the [`JsonDeserializer`](crate::extract::JsonDeserializer) extractor | No |
24 | | -//! `json-lines` | Enables the [`JsonLines`](crate::extract::JsonLines) extractor and response | No |
25 | | -//! `middleware` | Enables the [middleware] utilities | No |
26 | | -//! `multipart` | Enables the [`Multipart`](crate::extract::Multipart) extractor | No |
27 | | -//! `optional-path` | Enables the [`OptionalPath`](crate::extract::OptionalPath) extractor | No |
28 | | -//! `protobuf` | Enables the [`Protobuf`](crate::protobuf::Protobuf) extractor and response | No |
29 | | -//! `query` | Enables the [`Query`](crate::extract::Query) extractor | No |
30 | | -//! `routing` | Enables the [routing] utilities | No |
31 | | -//! `tracing` | Log rejections from built-in extractors | Yes |
32 | | -//! `typed-routing` | Enables the [`TypedPath`](crate::routing::TypedPath) routing utilities | No |
33 | | -//! `typed-header` | Enables the [`TypedHeader`] extractor and response | No |
34 | | -//! `file-stream` | Enables the [`FileStream`](crate::response::FileStream) response | No |
35 | | -//! `with-rejection` | Enables the [`WithRejection`](crate::extract::WithRejection) extractor | No |
| 12 | +//! `async-read-body` | Enables the [`AsyncReadBody`](crate::body::AsyncReadBody) body | |
| 13 | +//! `attachment` | Enables the [`Attachment`](crate::response::Attachment) response | |
| 14 | +//! `cached` | Enables the [`Cached`](crate::extract::Cached) extractor | |
| 15 | +//! `cookie` | Enables the [`CookieJar`](crate::extract::CookieJar) extractor | |
| 16 | +//! `cookie-private` | Enables the [`PrivateCookieJar`](crate::extract::PrivateCookieJar) extractor | |
| 17 | +//! `cookie-signed` | Enables the [`SignedCookieJar`](crate::extract::SignedCookieJar) extractor | |
| 18 | +//! `cookie-key-expansion` | Enables the [`Key::derive_from`](crate::extract::cookie::Key::derive_from) method | |
| 19 | +//! `erased-json` | Enables the [`ErasedJson`](crate::response::ErasedJson) response | |
| 20 | +//! `error-response` | Enables the [`InternalServerError`](crate::response::InternalServerError) response | |
| 21 | +//! `form` | Enables the [`Form`](crate::extract::Form) extractor | |
| 22 | +//! `handler` | Enables the [handler] utilities | |
| 23 | +//! `json-deserializer` | Enables the [`JsonDeserializer`](crate::extract::JsonDeserializer) extractor | |
| 24 | +//! `json-lines` | Enables the [`JsonLines`](crate::extract::JsonLines) extractor and response | |
| 25 | +//! `middleware` | Enables the [middleware] utilities | |
| 26 | +//! `multipart` | Enables the [`Multipart`](crate::extract::Multipart) extractor | |
| 27 | +//! `optional-path` | Enables the [`OptionalPath`](crate::extract::OptionalPath) extractor | |
| 28 | +//! `protobuf` | Enables the [`Protobuf`](crate::protobuf::Protobuf) extractor and response | |
| 29 | +//! `query` | Enables the [`Query`](crate::extract::Query) extractor | |
| 30 | +//! `routing` | Enables the [routing] utilities | |
| 31 | +//! `tracing` | Log rejections from built-in extractors | <span role="img" aria-label="Default feature">✔</span> |
| 32 | +//! `typed-routing` | Enables the [`TypedPath`](crate::routing::TypedPath) routing utilities and the `routing` feature. | |
| 33 | +//! `typed-header` | Enables the [`TypedHeader`] extractor and response | |
| 34 | +//! `file-stream` | Enables the [`FileStream`](crate::response::FileStream) response | |
| 35 | +//! `with-rejection` | Enables the [`WithRejection`](crate::extract::WithRejection) extractor | |
36 | 36 | //! |
37 | 37 | //! [`axum`]: https://crates.io/crates/axum |
38 | 38 |
|
|
0 commit comments