mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
JsonDeserializer extractor for zero-copy deserialization (#2431)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
//! `cookie-key-expansion` | Enables the `Key::derive_from` method | No
|
||||
//! `erased-json` | Enables the `ErasedJson` response | No
|
||||
//! `form` | Enables the `Form` extractor | No
|
||||
//! `json-deserializer` | Enables the `JsonDeserializer` extractor | No
|
||||
//! `json-lines` | Enables the `JsonLines` extractor and response | No
|
||||
//! `multipart` | Enables the `Multipart` extractor | No
|
||||
//! `protobuf` | Enables the `Protobuf` extractor and response | No
|
||||
|
||||
Reference in New Issue
Block a user