You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2015/01/06 16:21:31 UTC

[05/12] incubator-nifi git commit: NIFI-201 updating html docs for ListenHTTP to include new property

NIFI-201 updating html docs for ListenHTTP to include new property


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/a08d3183
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/a08d3183
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/a08d3183

Branch: refs/heads/NIFI-221
Commit: a08d31839e27367e0073ee2c63cf8c985d9c7ed2
Parents: 5b4211d
Author: joewitt <jo...@apache.org>
Authored: Sat Jan 3 02:01:42 2015 -0500
Committer: joewitt <jo...@apache.org>
Committed: Sat Jan 3 02:01:42 2015 -0500

----------------------------------------------------------------------
 .../org.apache.nifi.processors.standard.ListenHTTP/index.html  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a08d3183/nar-bundles/standard-bundle/standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.ListenHTTP/index.html
----------------------------------------------------------------------
diff --git a/nar-bundles/standard-bundle/standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.ListenHTTP/index.html b/nar-bundles/standard-bundle/standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.ListenHTTP/index.html
index 3e79ee1..49e85cc 100644
--- a/nar-bundles/standard-bundle/standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.ListenHTTP/index.html
+++ b/nar-bundles/standard-bundle/standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.ListenHTTP/index.html
@@ -57,6 +57,12 @@
                     <li>Default value: .*</li>
                     <li>Supports expression language: false</li>
                 </ul></li>
+            <li>HTTP Headers to receive as Attributes (Regex)
+                <ul>
+                    <li>Specifies the Regular Expression that determines the names of HTTP Headers that should be passed along as FlowFile attributes</li>
+                    <li>Default value: no default</li>
+                    <li>Supports expression language: false</li>
+                </ul></li>               
             <li><strong>Max Unconfirmed FlowFile Time</strong>
                 <ul>
                     <li>The maximum amount of time to wait for a FlowFile to be confirmed before it is removed from the cache.</li>