Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
There seems to be quite a few duplicated code between camel-platform-http, camel-platform-http-vertx, camel-netty-http, camel-undertow, camel-http-base, camel-http-common and others.
We should consolidate this code.
Note that code may not be transferrable to camel-http, camel-http-base and/or camel-http-common as they are not fully transparent and may bring dependencies that can affect other modules.
We should move truly generic HTTP code to camel-support and, possibly, work in the future to cleanup the base/common code so it could be reused among others.