update README.md
This commit is contained in:
@@ -62,12 +62,12 @@ When validation errors occur, the extractor will automatically return 400 with v
|
||||
| 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_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 | ❌ | 🚧 |
|
||||
| extra_protobuf | Enables support for `Protobuf` from `axum-extra` | ❌ | ✅ |
|
||||
| extra_all | Enables support for all extractors above from `axum-extra` | ❌ | ✅ |
|
||||
| all | Enables support for all extractors above | ❌ | 🚧 |
|
||||
| 422 | Use `422 Unprocessable Entity` instead of `400 Bad Request` as the status code when validation fails | ❌ | ✅ |
|
||||
| into_json | Validation errors will be serialized into JSON format and returned as the HTTP body | ❌ | ✅ |
|
||||
|
||||
| full | Enables all features | ❌ | 🚧 |
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License.
|
||||
|
||||
Reference in New Issue
Block a user