vert-x3 / vertx-4-migration-guide

Migration to Vert.x 4 guide
https://vert-x3.github.io/vertx-4-migration-guide/index.html
20 stars 16 forks source link

HttpClient absolute URI #61

Open PetrosW opened 3 years ago

PetrosW commented 3 years ago

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

marksuurland commented 3 years ago

Similar issue here, @PetrosW did you solve it?

sac10nikam commented 1 year ago

@marksuurland See this https://vert-x3.github.io/vertx-4-migration-guide/index.html#changes-in-http_changes-in-common-components