From 69a89c00e7028960f1ee1f24d5252d3034b1c03d Mon Sep 17 00:00:00 2001 From: joeydewaal <99046430+joeydewaal@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:02:05 +0100 Subject: [PATCH] Add Attachment type in features documentation (#3046) --- 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