feat: Add typed_multipart support for axum 0.7
This commit is contained in:
@@ -440,6 +440,7 @@ Current module documentation predominantly showcases `Valid` examples, the usage
|
||||
| query | Enables support for `Query` | [`query`] | ✅ | ✅ | ✅ |
|
||||
| form | Enables support for `Form` | [`form`] | ✅ | ✅ | ✅ |
|
||||
| typed_header | Enables support for `TypedHeader` from `axum-extra` | [`typed_header`] | ❌ | ✅ | ✅ |
|
||||
| typed_multipart | Enables support for `TypedMultipart` and `BaseMultipart` from `axum_typed_multipart` | [`typed_multipart`] | ❌ | ✅ | ✅ |
|
||||
| msgpack | Enables support for `MsgPack` and `MsgPackRaw` from `axum-serde` | [`msgpack`] | ❌ | ✅ | ✅ |
|
||||
| yaml | Enables support for `Yaml` from `axum-serde` | [`yaml`] | ❌ | ✅ | ✅ |
|
||||
| xml | Enables support for `Xml` from `axum-serde` | [`xml`] | ❌ | ✅ | ✅ |
|
||||
|
||||
Reference in New Issue
Block a user