How do i send content-type in Camel DELETE method. I have added the following way but It was not working correctly.
from(\"direct:start\") .setHeader(Exchange.H
As this post mentions, camel can process body if request method is delete in HTTP method.
Camel version 2.19.0 in http4 component with deleteWithBody option. We could just add it to the URL and use the http method as DELETE