How to get historical version of Camel document

2023-10-08 Thread _ Jane
Hi Community, I'm using Camel 3.18 and the online document is not available recently. I remembered there is some website to show the historical version of Camel document but I can't find it. Is there any way to find the historical version of Camel document now? Thanks! Reagards, Jane

Re: Camel HTTP/2 support

2023-10-08 Thread ski n
Camel provides various HTTP clients like: 1. http (https://camel.apache.org/components/4.0.x/http-component.html) 2. netty http ( https://camel.apache.org/components/4.0.x/netty-http-component.html) 3. vert.x http ( https://camel.apache.org/components/4.0.x/vertx-http-component.html) 4. rest (http

Camel HTTP/2 support

2023-10-08 Thread Alphonse Bendt
Hi folks, How can I use Camel to send HTTP/2 requests to an existing HTTP/2 endpoint? I tried out the http-component and it does not seem to support http/2. Are there any other camel components available that support that? Are there any plans to extend the http-component with http/2 support? Wha