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

HttpClient absolute URI #61

Open
PetrosW opened this issue Jan 18, 2021 · 2 comments
Open

HttpClient absolute URI #61

PetrosW opened this issue Jan 18, 2021 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@PetrosW
Copy link

PetrosW commented Jan 18, 2021

Questions

In vertx 3 you can HttpClientRequest req = client.requestAbs("HTTP", "some.super:666/uri"); but how can i do it in vertx 4? I think this must be in migration guide, because it is break changing feature. Right now only way i know to set up host, port, uri from absolute uri is io.vertx.core.http.RequestOptions

Version

vertx 4.0.0

Context

I encountered this problem while migrating from vertx 3.8.5

Do you have a reproducer?

try to set absolute URI in new vertx 4

Extra

Debina (Buster), Kotlin

@PetrosW PetrosW added the bug Something isn't working label Jan 18, 2021
@vietj vietj added this to the 1.0.1 milestone Jan 18, 2021
@vietj vietj added help wanted Extra attention is needed bug Something isn't working and removed bug Something isn't working labels Jan 18, 2021
@marksuurland
Copy link

Similar issue here, @PetrosW did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Development

No branches or pull requests

4 participants