-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
C-refactorCategory: refactor. This would improve the clarity of internal code.Category: refactor. This would improve the clarity of internal code.E-mediumEffort: medium. A moderate amount of work.Effort: medium. A moderate amount of work.E-pr-welcomeThe feature is welcome to be added, instruction should be found in the issue.The feature is welcome to be added, instruction should be found in the issue.
Description
reqwest supports several encoding schemes for automatic decompression of response bodies. That support was later ported to tower_http::decompression. To reduce duplication, and to make sure the tower-http code has all the improvements reqwest gets, we should just make reqwest depend on the one from tower-http.
Metadata
Metadata
Assignees
Labels
C-refactorCategory: refactor. This would improve the clarity of internal code.Category: refactor. This would improve the clarity of internal code.E-mediumEffort: medium. A moderate amount of work.Effort: medium. A moderate amount of work.E-pr-welcomeThe feature is welcome to be added, instruction should be found in the issue.The feature is welcome to be added, instruction should be found in the issue.
Projects
Status
In Progress