You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 isio.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
The text was updated successfully, but these errors were encountered: