You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/10/15 04:59:55 UTC

[camel] branch camel-2.25.x updated: Update http4-component.adoc (#4445)

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

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


The following commit(s) were added to refs/heads/camel-2.25.x by this push:
     new 76be027  Update http4-component.adoc (#4445)
76be027 is described below

commit 76be02732adefaa95752b0053f64c4604a8245e3
Author: Luca Ferrari <lu...@redhat.com>
AuthorDate: Thu Oct 15 06:58:11 2020 +0200

    Update http4-component.adoc (#4445)
---
 docs/components/modules/ROOT/pages/http4-component.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/http4-component.adoc b/docs/components/modules/ROOT/pages/http4-component.adoc
index 56f540e..78fd086 100644
--- a/docs/components/modules/ROOT/pages/http4-component.adoc
+++ b/docs/components/modules/ROOT/pages/http4-component.adoc
@@ -38,6 +38,12 @@ http4:hostname[:port][/resourceUri][?options]
 
 Will by default use port 80 for HTTP and 443 for HTTPS.
 
+In the case of calling an HTTPS endpoint, you can use the following:
+[source,java]
+---------------------------------------------
+https4:hostname[:port][/resourceUri][?options]
+---------------------------------------------
+
 You can append query options to the URI in the following format,
 `?option=value&option=value&...`