-
Notifications
You must be signed in to change notification settings - Fork 299
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.design-discussionAn area of design currently under discussion and open to team and community feedback.An area of design currently under discussion and open to team and community feedback.
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.
omid
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.design-discussionAn area of design currently under discussion and open to team and community feedback.An area of design currently under discussion and open to team and community feedback.
Type
Projects
Status
Done