Registry / networking / camel-http

camel-http

JSON →
library4.20.0javamavenunverified

Camel HTTP support provides components for making HTTP requests and exposing HTTP endpoints.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http</artifactId> <version>4.20.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-HTTP
C
camel-http
networkingjavav4.20.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpComponent
org.apache.camel.component.http.HttpComponent

Define a route that sends an HTTP request to an external API.

import org.apache.camel.builder.RouteBuilder; public class MyRoute extends RouteBuilder { @Override public void configure() { from("direct:start") .to("https://example.com/api"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.20.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
camel-http — mvn dependency:get camel-http · libregistry