Kimishu
Kimishu
Hi there. Is there any way i can tell openapi to take concrete type? For example, i created this route and when documentation generated, request body type of **data** argument...
Working on my custom sql validation, I needed somehow to check, does user provide group_by/limit+offset/sort_by clauses. I got smth like this and found `.group_by` field as non-optional. Is it right?...
Hi there. I was looking for a solution to add a tls configuration to my axum router. So, I've find out [this](https://github.com/tokio-rs/axum/tree/main/examples/tls-rustls) example. But when I added `axum-server` with `tls-rustls`...