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

Expose client::Builder #69

Merged
merged 4 commits into from
Dec 1, 2023
Merged

Conversation

kushudai
Copy link
Contributor

@kushudai kushudai commented Nov 30, 2023

Thank you for all the work in this space!

While trying to upgrade to 1.0 of hyper and http, I found that hyper-util exposes a function that returns the Builder type but I cannot expose this as a type in my config as a library owner because it's not exported.

I had a contributor expose this in Roblox/rs-consul#33 because of hyperium/hyper#2312 so I'd love to be able to keep exposing it as I upgrade to 1.0

@kushudai kushudai marked this pull request as ready for review November 30, 2023 09:25
CHANGELOG.md Outdated Show resolved Hide resolved
@seanmonstar
Copy link
Member

I guess rustfmt is complaining that they re-exports should be in alphabetical order? If they all have the same cfg(), they could probably just be all a single line.

@kushudai
Copy link
Contributor Author

I went ahead and updated it. Thanks! :)

@kushudai kushudai requested a review from seanmonstar November 30, 2023 21:23
@seanmonstar seanmonstar merged commit bca85f7 into hyperium:master Dec 1, 2023
15 checks passed
@kushudai kushudai deleted the expose-builder branch December 1, 2023 18:21
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.

2 participants