-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decompose Client into utils #3080
Comments
@davidpdrsn hey! any thoughts about some of these things moving to tower-http? Or should they stay as hyper-util? Or a 3rd option? |
Is this issue up to date? If yes, I'd be happy to pick it up. As for the |
I believe so, yea! |
@seanmonstar How should we deal with information that was available in the broad context of Both |
@tomkarw Do you mind expanding on what you think is needed? Such as the |
Current We need to decide whether we:
|
Besides a connector and pool, the
Client
from 0.14.x did many small things that should be decomposed into pieces inhyper-util
, so users can choose to compose the parts they want.SetHost
service layer (could also fit intower-http
) (0.14.x code)Http1RequestTarget
service layer (0.14.x code)DelayedRelease
service layer (0.14.x code)AutoConnection
which can wrap HTTP/1 and HTTP/2 (and eventually 3) connectionsThe text was updated successfully, but these errors were encountered: