Skip to content

Commit

Permalink
Add Attachment type in features documentation (#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydewaal authored Nov 24, 2024
1 parent 9517dec commit 69a89c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axum-extra/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69a89c0

Please sign in to comment.