Skip to content

Commit

Permalink
Platform HTTP docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Croway committed Feb 5, 2025
1 parent ae9bd8f commit b534da2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,13 @@ Platform HTTP component can act as a reverse proxy. In that case, some headers a

At this moment, this feature is only supported for Quarkus implemented in `camel-platform-http-vertx` component.

=== File Attachments handling

Since Apache Camel 4.10, multipart file uploads are easier and harmonized across all runtimes. When a single file is uploaded, the Apache Camel framework provides the following:

* 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

include::spring-boot:partial$starter.adoc[]

0 comments on commit b534da2

Please sign in to comment.