mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-04 14:04:41 +01:00
Add Attachment type in features documentation (#3046)
This commit is contained in:
parent
9517decf2f
commit
69a89c00e7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue