X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=documentation%2Fapi%2Fmodules%2Fluci.dispatcher.html;fp=documentation%2Fapi%2Fmodules%2Fluci.dispatcher.html;h=e4b12e676eb22740e7516ebf9e61c1a2b01164e0;hb=27dd9d75f9e920150353db85cb126f2c83e89140;hp=4ae88fe612a6cdc7a7c60e5da17fffb3f9d2bff9;hpb=00d242918f7de007f2a05f102a9660074013293f;p=project%2Fluci.git 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 @@
  • - luci.http.protocol + luci.http.conditionals
  • - luci.http.protocol.conditionals + luci.http.date
  • - luci.http.protocol.date -
  • - -
  • - luci.http.protocol.mime + luci.http.mime
  • @@ -321,7 +317,6 @@ Create a CBI form model dispatching target. Fetch or create a dispatching node without setting the target module or - enabling the node. @@ -333,6 +328,13 @@ Dispatch an HTTP request. + lookup (...) + + +Lookup node in dispatching tree. + + + modifier (func, order) @@ -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. +

    Parameters

    @@ -914,6 +916,38 @@ Dispatch an HTTP request. +
    lookup (...)
    +
    + + +Lookup node in dispatching tree. + + + +

    Parameters

    + + + + + + + +

    Return value:

    +Node object, canonical url or nil if the path was not found. + + + +
    + + + +
    modifier (func, order)