htrefil
Results
2
issues of
htrefil
This is a relatively small change. - protobuf version spec was set to `~> 0.11` in mix.exs - regenerated files using 0.11 compiler
## Motivation `axum_extra::{query::QueryRejection, form::FormRejection}` are missing a method that would allow users to query the status code without converting it into a response via `IntoResponse` first. This is useful when...