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

[ bsd3, library, web ] [ Propose Tags ] [ Report a vulnerability ]

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] [Quick Jump]

Downloads

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, 0.9.3
Change log changelog.md
Dependencies base (>=4.9 && <5), base16-bytestring (>=0.1 && <1.1), bytestring (>=0.10.0.2 && <0.13), containers (>=0.5.0.0 && <0.8), cryptohash-sha1 (>=0.11 && <0.12), directory (>=1.2.0.1 && <1.4), expiring-cache-map (>=0.0.5 && <0.1), filepath (>=1.3.0.1 && <1.6), http-types (>=0.8.2 && <0.13), mime-types (>=0.1.0.3 && <0.2), old-locale (>=1.0 && <1.1), semigroups (>=0.18 && <1), text (>=0.11.3.1 && <2.2), time (>=1.6.0.1 && <1.15), wai (>=3.0.0 && <3.3) [details]
Tested with ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.6, ghc ==9.8.4, ghc ==9.10.1, ghc ==9.12.1
License BSD-3-Clause
Copyright (c) 2012-2014 Andrew Farmer
Author Andrew Farmer <afarmer@ittc.ku.edu>
Maintainer Andrew Farmer <afarmer@ittc.ku.edu>
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 https://github.com/scotty-web/wai-middleware-static.git
Uploaded by ryanglscott at 2024-12-28T16:33:06Z
Distributions Arch:0.9.3, Debian:0.8.3, LTSHaskell:0.9.3, NixOS:0.9.2, Stackage:0.9.3
Reverse Dependencies 13 direct, 13 indirect [details]
Downloads 33495 total (107 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-12-28 [all 1 reports]

Readme for wai-middleware-static-0.9.3

[back to package description]

wai-middleware-static Build Status

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