juhaku / utoipa

Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust
Apache License 2.0
2.01k stars 160 forks source link

feat: allow for multiple req body content_type #876

Closed TroyKomodo closed 1 month ago

TroyKomodo commented 4 months ago

This change adds the ability to specify multiple accepted request body content-types.

Resolves #896

TroyKomodo commented 1 month ago

@juhaku any updates on this PR?

juhaku commented 1 month ago

Seems like a format is not correct, you should first run cargo fmt for the project.