Skip to content
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

feat(client): introduce version-specific client modules #2906

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

seanmonstar
Copy link
Member

This creates client::conn::http1 and client::conn::http2 modules,
both with specific SendRequest, Connection, and Builder types.

cc #2842

@seanmonstar seanmonstar force-pushed the client-conn-split branch 2 times, most recently from 6b475e3 to fb81405 Compare July 7, 2022 22:50
This creates `client::conn::http1` and `client::conn::http2` modules,
both with specific `SendRequest`, `Connection`, and `Builder` types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split the client::conn types into version-specific modules
1 participant