Repository: camel Updated Branches: refs/heads/master 4b1e2cc7f -> 6def9fb6d
Camel-Netty4-Http docs - fixed format of examples in message header table Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3c4f3ea0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3c4f3ea0 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3c4f3ea0 Branch: refs/heads/master Commit: 3c4f3ea0ec67aac42e04626ce832b160a49d8d63 Parents: 4b1e2cc Author: Melissa Flinn <[email protected]> Authored: Tue Oct 10 12:13:45 2017 -0400 Committer: Andrea Cosentino <[email protected]> Committed: Wed Oct 11 07:51:15 2017 +0200 ---------------------------------------------------------------------- .../camel-netty4-http/src/main/docs/netty4-http-component.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3c4f3ea0/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc index aa6dd84..33cfa58 100644 --- a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc +++ b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc @@ -255,9 +255,11 @@ The description in the table takes offset in a route having: |`CamelHttpMethod` |`String` |The HTTP method used, such as GET, POST, TRACE etc. -|`CamelHttpUrl` |`String` |The URL including protocol, host and port, etc +|`CamelHttpUrl` |`String` |The URL including protocol, host and port, etc: +`http://0.0.0.0:8080/myapp` -|`CamelHttpUri` |`String` |The URI without protocol, host and port, etc +|`CamelHttpUri` |`String` |The URI without protocol, host and port, etc: +`/myapp` |`CamelHttpQuery` |`String` |Any query parameters, such as `foo=bar&beer=yes`
