第 150 章 HTTP 组件(已弃用)
从 Camel 版本 1.0 开始提供
http: 组件为消耗外部 HTTP 资源提供基于 HTTP 的端点(作为客户端使用 HTTP 调用外部服务器)。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
150.1. URI 格式
http:hostname[:port][/resourceUri][?param1=value1][¶m2=value2]
默认情况下,HTTP 和 443 将端口 80 用于 HTTPS。
camel-http vs camel-jetty
您只能生成到 HTTP 组件生成的端点。因此,它不应该被用作您的 camel Routes 中的输入。要绑定/通过 HTTP 服务器作为对 camel 路由的输入,您可以使用 Jetty 组件 或 Servlet 组件