第 25 章 HTTP
仅支持生成者
HTTP 组件提供基于 HTTP 的端点,用于调用外部 HTTP 资源(作为客户端使用 HTTP 调用外部服务器)。
Maven 用户需要将以下依赖项添加到其 pom.xml
中。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http</artifactId> <version>{CamelSBVersion}</version> <!-- use the same version as your Camel core version --> </dependency>
25.1. URI 格式
http:hostname[:port][/resourceUri][?options]
将默认使用端口 80 作为 HTTP,443 用于 HTTPS。