platform/packages/cors/README.md
Tobe O 12aa791a8e Add 'packages/cors/' from commit 'b5c0635952fe9d863f6190495ca99b3f5a8ce378'
git-subtree-dir: packages/cors
git-subtree-mainline: 3a14263a6f
git-subtree-split: b5c0635952
2020-02-15 18:28:42 -05:00

8 lines
No EOL
388 B
Markdown

# cors
[![Pub](https://img.shields.io/pub/v/angel_cors.svg)](https://pub.dartlang.org/packages/angel_cors)
[![build status](https://travis-ci.org/angel-dart/cors.svg)](https://travis-ci.org/angel-dart/cors)
Angel CORS middleware.
Port of [the original Express CORS middleware](https://github.com/expressjs/cors).
For complete example usage, see the [example file](example/example.dart).