vertx-4-migration-guide icon indicating copy to clipboard operation
vertx-4-migration-guide copied to clipboard

HttpClient absolute URI

Open PetrosW opened this issue 4 years ago • 2 comments

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 avatar Jan 18 '21 12:01 PetrosW

Similar issue here, @PetrosW did you solve it?

marksuurland avatar Jun 30 '21 12:06 marksuurland

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

sac10nikam avatar Aug 01 '22 12:08 sac10nikam