juhaku / utoipa

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

Content type not seted #965

Open Cheban1996 opened 2 days ago

Cheban1996 commented 2 days ago

I have the next response (status = 200, description = "Successfully download", content_type = "application/octet-stream"), but content_type not exist

image

But i expected

"200": {
     "description": "Successfully download",
     "content":
          "application/octet-stream": {}
}