Re: camel-http to camel-http4 bridge

2015-02-06 Thread Claus Ibsen
Just register the component as http, eg you can do that with any kind of component context.addComponent("http", new Http4Component()); On Fri, Feb 6, 2015 at 5:46 PM, Antoine DESSAIGNE wrote: > Hi everyone, > > Would it be possible to create a module, named camel-http4-bridge for > instance

camel-http to camel-http4 bridge

2015-02-06 Thread Antoine DESSAIGNE
Hi everyone, Would it be possible to create a module, named camel-http4-bridge for instance, that uses the HttpClient 4.x but the URLs starts with http:// instead of http4:// ? If you don't use any option of the URL (which is the most common use-case on our end) it should be fine. Have a nice da