add test for Form, Query from axum-extra

This commit is contained in:
gengteng
2023-08-04 21:08:52 +08:00
parent d95e04b4d4
commit 37c1f42888
4 changed files with 121 additions and 13 deletions

View File

@@ -59,10 +59,9 @@ When validation errors occur, the extractor will automatically return 400 with v
| typed_header | Enables support for `TypedHeader` | ❌ | ✅ |
| msgpack | Enables support for `MsgPack` and `MsgPackRaw` from `axum-msgpack` | ❌ | ❌ |
| yaml | Enables support for `Yaml` from `axum-yaml` | ❌ | ❌ |
| extra_protobuf | Enables support for `Protobuf` from `axum-extra` | ❌ | ❌ |
| extra | Enables support for `Cached`, `WithRejection` from `axum-extra` | ❌ | ✅ |
| extra_query | Enables support for `Query` from `axum-extra` | ❌ | |
| extra_form | Enables support for `Form` from `axum-extra` | ❌ | |
| extra_query | Enables support for `Query` from `axum-extra` | ❌ | |
| extra_form | Enables support for `Form` from `axum-extra` | ❌ | |
| extra_protobuf | Enables support for `Protobuf` from `axum-extra` | ❌ | ❌ |
| extra_all | Enables support for all extractors above from `axum-extra` | ❌ | 🚧 |
| all_types | Enables support for all extractors above | ❌ | 🚧 |