mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 22:56:46 +01:00
Reexport key-expansion (#1425)
* Reexport key-expansion * Description Co-authored-by: Marek Barvíř <barvir@cadwork.cz>
This commit is contained in:
parent
410fd49aa9
commit
be54583d98
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ async-read-body = ["dep:tokio-util", "tokio-util?/io"]
|
|||
cookie = ["dep:cookie"]
|
||||
cookie-private = ["cookie", "cookie?/private"]
|
||||
cookie-signed = ["cookie", "cookie?/signed"]
|
||||
cookie-key-expansion = ["cookie", "cookie?/key-expansion"]
|
||||
erased-json = ["dep:serde_json", "dep:serde"]
|
||||
form = ["dep:serde", "dep:serde_html_form"]
|
||||
json-lines = [
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
//! `cookie` | Enables the `CookieJar` extractor | No
|
||||
//! `cookie-private` | Enables the `PrivateCookieJar` extractor | No
|
||||
//! `cookie-signed` | Enables the `SignedCookieJar` extractor | No
|
||||
//! `cookie-key-expansion` | Enables the `Key::derive_from` method | No
|
||||
//! `erased-json` | Enables the `ErasedJson` response | No
|
||||
//! `form` | Enables the `Form` extractor | No
|
||||
//! `json-lines` | Enables the `json-lines` extractor and response | No
|
||||
|
|
Loading…
Reference in a new issue