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

feature: make possible to set port number in Uri::builder #422

Closed
wants to merge 1 commit into from

Conversation

Dushistov
Copy link

Make possible to set port number in Uri::builder.
I work with external API that gives me:
- scheme;
- hostname;
- port;
- path;
It is inconvenient to use format/write macros instead of just call builder method.
ref #206

Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd really like to add port to the builder, thanks for starting this!

src/uri/mod.rs Outdated Show resolved Hide resolved
src/uri/builder.rs Show resolved Hide resolved
src/uri/builder.rs Outdated Show resolved Hide resolved
@Dushistov Dushistov force-pushed the uri-port branch 2 times, most recently from 47f4584 to 4286735 Compare May 21, 2020 22:49
@Dushistov
Copy link
Author

@seanmonstar I fixed all issues that you mentioned.

@Dushistov
Copy link
Author

@seanmonstar, friendly ping.

@Dushistov
Copy link
Author

@seanmonstar, friendly ping!

1 similar comment
@Dushistov
Copy link
Author

@seanmonstar, friendly ping!

Dushistov added a commit to Dushistov/couchbase-lite-rust that referenced this pull request Aug 7, 2020
the current release of tokio-tungstenite contains all suitable fixes
add notes about
hyperium/http#422
rust-lang/cmake-rs#96
rust-lang/cmake-rs#101
@Dushistov
Copy link
Author

Rebase against current master

@Dushistov
Copy link
Author

Close in favor of #496

@Dushistov Dushistov closed this Aug 9, 2021
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