mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 23:38:20 +01:00
Update axum-extra feature flag table (#1594)
This commit is contained in:
parent
dd4e141f4c
commit
b1f7ee938d
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
//! `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
|
||||
//! `json-lines` | Enables the `JsonLines` extractor and response | No
|
||||
//! `protobuf` | Enables the `ProtoBuf` extractor and response | No
|
||||
//! `query` | Enables the `Query` extractor | No
|
||||
//! `spa` | Enables the `Spa` router | No
|
||||
//! `typed-routing` | Enables the `TypedPath` routing utilities | No
|
||||
|
|
Loading…
Reference in a new issue