HTTP Extension
Since Camel Quarkus 1.0.0-M3
The HTTP component provides HTTP based endpoints for calling external HTTP resources (as a client to call external servers using HTTP).
Maven users will need to add the following dependency to their pom.xml
for this extension.
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-http</artifactId>
</dependency>
Usage
Please refer to the HTTP component page.
Configuration
-
Check the Character encodings section of the Native mode guide if you expect your application to send or receive requests using non-default encodings.