This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 716248470c4 Update docs
716248470c4 is described below
commit 716248470c4435135aa937d3dacf7ed1d11d950f
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 26 16:12:46 2025 +0200
Update docs
---
.../camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
b/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
index aad199ecf11..1f011be736f 100644
---
a/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
+++
b/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
@@ -108,6 +108,8 @@
from("platform-http:/upload?httpMethodRestrict=POST&useStreaming=true")
.to("file:/uploads?fileName=uploaded.txt")
----
+NOTE: This requires to upload the content as `application/octet-stream` to
leverage streaming mode. You cannot upload using `multipart`.
+
== Setting up http authentication
Http authentication is disabled by default. In can be enabled by calling
`setEnabled(true)` of `AuthenticationConfig`.