You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/11/16 12:27:04 UTC

[camel-quarkus] 04/04: Regenerate platform-http docs

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 25682d779caad14287731bd4da69eb2064b54fb0
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Nov 16 09:07:16 2022 +0100

    Regenerate platform-http docs
---
 docs/modules/ROOT/pages/reference/extensions/platform-http.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc b/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc
index 6b7c93202b..25be1753e9 100644
--- a/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc
@@ -144,11 +144,13 @@ Platform HTTP component can act as a reverse proxy, in that case `Exchange.HTTP_
 Here's an example of a HTTP proxy that simply redirects the Exchange to the origin server.
 
 [source,java]
-----
+------------------------------------------------------------------------------------------
 from("platform-http:proxy")
     .toD("http://"
         + "${headers." + Exchange.HTTP_HOST + "}");
-----
+
+-------------------------------------------------------------------------------------
+
 
 [id="extensions-platform-http-additional-camel-quarkus-configuration"]
 == Additional Camel Quarkus configuration