From b58f2746c185bf19d4e1714f79141961ba65301c Mon Sep 17 00:00:00 2001 From: Joey de Waal Date: Sat, 23 Nov 2024 22:18:22 +0100 Subject: [PATCH] Add Attachment type in features documentation --- axum-extra/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/axum-extra/src/lib.rs b/axum-extra/src/lib.rs index f4e2e76e15..473c42742c 100644 --- a/axum-extra/src/lib.rs +++ b/axum-extra/src/lib.rs @@ -10,6 +10,7 @@ //! Name | Description | Default? //! ---|---|--- //! `async-read-body` | Enables the [`AsyncReadBody`](crate::body::AsyncReadBody) body | No +//! `attachment` | Enables the [`Attachment`](crate::response::Attachment) response | No //! `cookie` | Enables the [`CookieJar`](crate::extract::CookieJar) extractor | No //! `cookie-private` | Enables the [`PrivateCookieJar`](crate::extract::PrivateCookieJar) extractor | No //! `cookie-signed` | Enables the [`SignedCookieJar`](crate::extract::SignedCookieJar) extractor | No