feat: add support extractors from axum-serde
This commit is contained in:
@@ -82,7 +82,7 @@ extra_query = ["extra", "axum-extra/query"]
|
||||
extra_form = ["extra", "axum-extra/form"]
|
||||
extra_protobuf = ["extra", "axum-extra/protobuf"]
|
||||
all_extra_types = ["extra", "typed_header", "extra_typed_path", "extra_query", "extra_form", "extra_protobuf"]
|
||||
all_types = ["json", "form", "query", "msgpack", "yaml", "xml", "all_extra_types"]
|
||||
all_types = ["json", "form", "query", "msgpack", "yaml", "xml", "toml", "all_extra_types"]
|
||||
full_validator = ["validator", "all_types", "422", "into_json"]
|
||||
full_garde = ["garde", "all_types", "422", "into_json"]
|
||||
full_validify = ["validify", "all_types", "422", "into_json"]
|
||||
|
||||
Reference in New Issue
Block a user