snap-cors: Add CORS headers to Snap applications

[ bsd3, deprecated, library, web ] [ Propose Tags ]
Deprecated in favor of snap-core

Add CORS (cross-origin resource sharing) headers to Snap applications. This enables web applications running on other domains to make requests against another application.

Currently this package provides support for setting the Access-Control-Allow-Origin and Access-Control-Allow-Credentials headers, it does not yet do pre-flighting. If you need this, please open an issue on Github and I'll fix it ASAP (otherwise I will add this feature as time permits).

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.5.1, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.2.11, 1.3.0
Change log Changelog.md
Dependencies base (>=4.5 && <5), bytestring (>=0.10 && <0.11), case-insensitive (>=1.0 && <1.1), hashable (>=1.1 && <1.3), network (>=2.4 && <2.5), snap (>=0.13 && <0.14), text (>=0.11 && <0.12), transformers (>=0.3 && <0.4), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Copyright Oliver Charles (c) 2013
Author Oliver Charles
Maintainer ollie@ocharles.org.uk
Category Web
Home page http://github.com/ocharles/snap-cors
Source repo head: git clone git://github.com/ocharles/snap-cors.git
Uploaded by OliverCharles at 2013-12-23T13:49:53Z
Distributions NixOS:1.3.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 12065 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]