Description
Hey, I noticed you are using the unmaintained http-types
crate for a little bit of codegen, plus its StatusCode
and Method
types. This is a tiny fraction of the functionality it includes, especially if you consider all of its dependencies.
There is a much more minimal crate for HTTP types that is actively maintained and seems like it should fulfill all of your needs: https://crates.io/crates/http. Would you consider switching to it? It would of course be a breaking change. I might be able to post a PR if you're interested.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done