vertx-4-migration-guide
vertx-4-migration-guide copied to clipboard
HttpClient absolute URI
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
Similar issue here, @PetrosW did you solve it?
@marksuurland See this https://vert-x3.github.io/vertx-4-migration-guide/index.html#changes-in-http_changes-in-common-components