wai-app-static: WAI application for static serving

[ library, mit, program, web, yesod ] [ Propose Tags ]

API docs and the README are available at http://www.stackage.org/package/wai-app-static.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
print

print debug info

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.1, 0.0.1.1, 0.0.1.2, 0.0.1.3, 0.0.1.4, 0.1.0, 0.2.0, 0.3.0, 0.3.1.1, 0.3.3, 0.3.4, 0.3.5, 0.3.5.1, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.2.0, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.2.0.4, 1.3.0, 1.3.0.1, 1.3.0.2, 1.3.0.3, 1.3.0.4, 1.3.0.5, 1.3.1, 1.3.1.1, 1.3.1.2, 1.3.1.3, 1.3.1.4, 1.3.2, 1.3.2.1, 1.3.3, 1.3.3.1, 2.0.0, 2.0.0.1, 2.0.0.2, 2.0.0.3, 2.0.0.4, 2.0.0.5, 2.0.1, 2.0.1.1, 3.0.0, 3.0.0.1, 3.0.0.2, 3.0.0.3, 3.0.0.4, 3.0.0.5, 3.0.0.6, 3.0.1, 3.0.1.1, 3.1.0, 3.1.0.1, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.4.1, 3.1.5, 3.1.6, 3.1.6.1, 3.1.6.2, 3.1.6.3, 3.1.7, 3.1.7.1, 3.1.7.2, 3.1.7.3, 3.1.7.4, 3.1.8, 3.1.9
Change log ChangeLog.md
Dependencies base (>=4 && <5), blaze-builder (>=0.2.1.4), blaze-html (>=0.5), blaze-markup (>=0.5.1), bytestring (>=0.9.1.4), containers (>=0.2), cryptonite (>=0.6), directory (>=1.0.1), file-embed (>=0.0.3.1), filepath, http-date, http-types (>=0.7), memory (>=0.7), mime-types (>=0.1 && <0.2), old-locale (>=1.0.0.2), optparse-applicative (>=0.7), template-haskell (>=2.7), text (>=0.7), time (>=1.1.4), transformers (>=0.2.2), unix-compat (>=0.2), unordered-containers (>=0.2), wai (>=3.0 && <3.3), wai-app-static, wai-extra (>=3.0 && <3.1), warp (>=3.0.11 && <3.3), zlib (>=0.5) [details]
License MIT
Author Michael Snoyman <michael@snoyman.com>
Maintainer Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info>
Category Web, Yesod
Home page http://www.yesodweb.com/book/web-application-interface
Source repo head: git clone git://github.com/yesodweb/wai.git
Uploaded by MichaelSnoyman at 2016-08-17T12:31:03Z
Distributions Arch:3.1.8, Debian:3.1.7.1, Fedora:3.1.7.4, FreeBSD:3.1.1, LTSHaskell:3.1.9, NixOS:3.1.8, Stackage:3.1.9, openSUSE:3.1.8
Reverse Dependencies 32 direct, 3514 indirect [details]
Executables warp
Downloads 121146 total (471 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-08-17 [all 1 reports]

Readme for wai-app-static-3.1.6.1

[back to package description]

wai-app-static

WAI application for static serving

Also provides some helper functions and datatypes for use outside of WAI.