wai-middleware-static: WAI middleware that serves requests to static files.

[ bsd3, library, web ] [ Propose Tags ]

WAI middleware that intercepts requests to static files and serves them if they exist.

WAI
http://hackage.haskell.org/package/wai

[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.5.0.0, 0.5.0.1, 0.6.0, 0.6.0.1, 0.7.0.0, 0.7.0.1, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.9.0, 0.9.1, 0.9.2
Change log changelog.md
Dependencies base (>=4.6.0.1 && <5), bytestring (>=0.10.0.2 && <0.11), containers (>=0.5.0.0 && <0.7), cryptonite (>=0.10 && <1.0), directory (>=1.2.0.1 && <1.4), expiring-cache-map (>=0.0.5 && <0.1), filepath (>=1.3.0.1 && <1.5), http-types (>=0.8.2 && <0.13), memory (>=0.10 && <1.0), mime-types (>=0.1.0.3 && <0.2), mtl (>=2.1.2 && <2.3), old-locale (>=1.0 && <1.1), semigroups (>=0.18 && <1), text (>=0.11.3.1 && <1.3), time (>=1.4 && <1.10), wai (>=3.0.0 && <3.3) [details]
License BSD-3-Clause
Copyright (c) 2012-2014 Andrew Farmer
Author Andrew Farmer <afarmer@ittc.ku.edu>
Maintainer Andrew Farmer <afarmer@ittc.ku.edu>
Revised Revision 2 made by ryanglscott at 2019-05-02T14:26:44Z
Category Web
Home page https://github.com/scotty-web/wai-middleware-static
Bug tracker https://github.com/scotty-web/wai-middleware-static/issues
Source repo head: git clone git://github.com/scotty-web/wai-middleware-static.git
Uploaded by ryanglscott at 2018-04-07T11:46:51Z
Distributions Arch:0.9.2, Debian:0.8.3, LTSHaskell:0.9.2, NixOS:0.9.2, Stackage:0.9.2
Reverse Dependencies 13 direct, 13 indirect [details]
Downloads 32500 total (108 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-14 [all 1 reports]

Readme for wai-middleware-static-0.8.2

[back to package description]

wai-middleware-static Build Status

WAI middleware that intercepts requests to static files and serves them if they exist.