jamesnetherton commented on code in PR #17070: URL: https://github.com/apache/camel/pull/17070#discussion_r1943011126
########## components/camel-platform-http/src/main/docs/platform-http-component.adoc: ########## @@ -91,6 +91,9 @@ Since Apache Camel 4.10, multipart file uploads are easier and harmonized across * The Apache Camel message contains: ** The uploaded file in the message body ** The file name in the "CamelFileName" message header -** The file's content type in the "Content-Type" message header +** The file's content type in the "CamelFileContentType" message header +** The file's size in the "CamelFileLength" message header Review Comment: Nitpick ```suggestion ** The file content type in the "CamelFileContentType" message header ** The file size in the "CamelFileLength" message header ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
