Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
By default camel use case insensitive headers so Content-Type and content-type header keys are the same.
Typically HTTP related component rely on this as HTTP spec has case insensitive headers.
But there can be use-cases where you dont use HTTP or dont care and want to optimize and just use a plain HashMap.