ring-middleware-index-file
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Serve up an index file for a route if it exists.
h1. Ring Middleware Index File

    (wrap-index-file "/some/route")

Requests to @/some/route@ will redirect to @/some/route/@.  Requests to @/some/route/@ will return the @index.html@ file.

h2. Options

h3. @:path@
 
Specify an alternate path (default is @resources/public@) for static files..

h3. @:index@

Specify an alternate index file (default is `index.html`).

h1. License

EPL, Same as "Clojure":http://clojure.org/

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