diff options
Diffstat (limited to 'documentation/api/modules/luci.dispatcher.html')
-rw-r--r-- | documentation/api/modules/luci.dispatcher.html | 54 |
1 files changed, 44 insertions, 10 deletions
diff --git a/documentation/api/modules/luci.dispatcher.html b/documentation/api/modules/luci.dispatcher.html index 4ae88fe61..e4b12e676 100644 --- a/documentation/api/modules/luci.dispatcher.html +++ b/documentation/api/modules/luci.dispatcher.html @@ -41,19 +41,15 @@ </li> <li> - <a href="../modules/luci.http.protocol.html">luci.http.protocol</a> + <a href="../modules/luci.http.conditionals.html">luci.http.conditionals</a> </li> <li> - <a href="../modules/luci.http.protocol.conditionals.html">luci.http.protocol.conditionals</a> + <a href="../modules/luci.http.date.html">luci.http.date</a> </li> <li> - <a href="../modules/luci.http.protocol.date.html">luci.http.protocol.date</a> - </li> - - <li> - <a href="../modules/luci.http.protocol.mime.html">luci.http.protocol.mime</a> + <a href="../modules/luci.http.mime.html">luci.http.mime</a> </li> <li> @@ -321,7 +317,6 @@ Create a CBI form model dispatching target.</td> <td class="summary"> Fetch or create a dispatching node without setting the target module or - enabling the node.</td> </tr> @@ -333,6 +328,13 @@ Dispatch an HTTP request.</td> </tr> <tr> + <td class="name" nowrap><a href="#lookup">lookup</a> (...)</td> + <td class="summary"> + +Lookup node in dispatching tree.</td> + </tr> + + <tr> <td class="name" nowrap><a href="#modifier">modifier</a> (func, order)</td> <td class="summary"> @@ -857,8 +859,8 @@ Create a CBI form model dispatching target. Fetch or create a dispatching node without setting the target module or - -enabling the node. +enabling the node. + <h3>Parameters</h3> @@ -914,6 +916,38 @@ Dispatch an HTTP request. +<dt><a name="lookup"></a><strong>lookup</strong> (...)</dt> +<dd> + + +Lookup node in dispatching tree. + + + +<h3>Parameters</h3> +<ul> + + <li> + ...: Virtual path + </li> + +</ul> + + + + + + +<h3>Return value:</h3> +Node object, canonical url or nil if the path was not found. + + + +</dd> + + + + <dt><a name="modifier"></a><strong>modifier</strong> (func, order)</dt> <dd> |