139.7. 使用方法
以下示例演示了如何向 HTTP 端点发送请求。
您可以通过标头 Exchange.HTTP_URI 和 Exchange.HTTP_PATH 覆盖在 vertx-http producer 上配置的 URI。
from("direct:start")
.to("vertx-http:https://camel.apache.org");
from("direct:start")
.to("vertx-http:https://camel.apache.org");