Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
netty-http provides the capability to retrieve info about the local and remote address via headers CamelNettyLocalAddress & CamelNettyRemoteAddress. It can be useful if you want to get at info like figuring out the address of the connecting client.
We can do a similar thing in platform-http-vertx and get the relevant info from the Vert.x HttpServerRequest on the RoutingContext.