-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
B-breaking-changeBlocked: this is an "API breaking change".Blocked: this is an "API breaking change".C-refactorCategory: refactor. This would improve the clarity of internal code.Category: refactor. This would improve the clarity of internal code.E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.Effort: medium. Some knowledge of how hyper internal works would be useful.
Milestone
Description
It's likely some people only need to support certain protocol versions, and it would be nice if they could reduce the amount of code they have to depend on or compile if they don't need all of them. It likely makes sense to add http1
and http2
Cargo features, and the relevant code using those cfg
s.
-
http1
-
http2
paolobarbolini, samlh, 12101111, repi, faern and 2 more
Metadata
Metadata
Assignees
Labels
B-breaking-changeBlocked: this is an "API breaking change".Blocked: this is an "API breaking change".C-refactorCategory: refactor. This would improve the clarity of internal code.Category: refactor. This would improve the clarity of internal code.E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.Effort: medium. Some knowledge of how hyper internal works would be useful.