wai-cors: CORS for WAI

[ http, library, mit, network, wai, web ] [ Propose Tags ]

This package provides an implemenation of Cross-Origin resource sharing (CORS) for Wai that aims to be compliant with http://www.w3.org/TR/cors.


[Skip to Readme]

Modules

[Last Documentation]

  • Network
    • Wai
      • Middleware
        • Network.Wai.Middleware.Cors

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7
Change log CHANGELOG.md
Dependencies attoparsec (>=0.10.4.0), base (>=4 && <5), base-unicode-symbols (>=0.2.2.3), bytestring (>=0.10.0.2), case-insensitive (>=1.0.0.1), charset (>=0.3.7), errors (>=1.4.1), ghc-prim, http-types (>=0.8.0), lens (>=0.4), parsers (>=0.11), resourcet (>=0.4), transformers (>=0.3), wai (>=1.4.0) [details]
License MIT
Copyright Copyright (c) 2014 AlephCloud Systems, Inc.
Author Lars Kuhtz
Maintainer lars@alephcloud.com
Category Web
Home page https://github.com/alephcloud/wai-cors
Source repo head: git clone https://github.com/alephcloud/wai-cors
Uploaded by larsk at 2014-03-26T08:27:50Z
Distributions Arch:0.2.7, Debian:0.2.7, Fedora:0.2.7, LTSHaskell:0.2.7, NixOS:0.2.7, Stackage:0.2.7, openSUSE:0.2.7
Reverse Dependencies 10 direct, 5 indirect [details]
Downloads 21607 total (160 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-18 [all 4 reports]

Readme for wai-cors-0.1.0

[back to package description]

Cross-Origin Resource Sharing (CORS) For Wai

This package provides a Haskell implemenation of CORS for WAI that aims to be compliant with http://www.w3.org/TR/cors.