plack-middleware-ssi
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:PSGI middleware for server side include content
NAME
    Plack::Middleware::SSI - PSGI middleware for server side include content

VERSION
    0.12

DESCRIPTION
    Will try to handle HTML with server side include directives as well as
    doing what Plack::Middleware does for "regular files".

SUPPORTED SSI DIRECTIVES
    See ,
     or
     for more details.

  set
        

  echo
        123

  config
        
        

  exec
        ...

  flastmod
        ...

  fsize
        ...

  include
        



无法找到该页! - VerySource














	





无法找到该页!

您正在访问的页面可能已经删除、更名或暂时不可用!浏览器将在5秒钟后返回网站首页。
如果浏览器没有自动跳转,请点击这里

无法找到该页! - VerySource

无法找到该页!

您正在访问的页面可能已经删除、更名或暂时不可用!浏览器将在5秒钟后返回网站首页。
如果浏览器没有自动跳转,请点击这里

SUPPORTED SSI VARIABLES Standard variables DATE_GMT, DATE_LOCAL, DOCUMENT_NAME, DOCUMENT_URI, LAST_MODIFIED and QUERY_STRING_UNESCAPED. Extended by this module Any variable defined in Plack $env will be avaiable in the SSI document. Even so, it is not recommended to use any of those, since it may not be compatible with Apache and friends. SYNOPSIS $app = builder { enable 'SSI'; $app }; See Plack::Middleware for more details. METHODS call Returns a callback which can expand chunks of HTML with SSI directives to a complete HTML document. COPYRIGHT & LICENSE This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. AUTHOR Jan Henning Thorsen "jhthorsen at cpan.org"

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。