platform/packages/cors/README.md

12 lines
666 B
Markdown
Raw Normal View History

# angel3_cors
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_cors)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/cors/LICENSE)
2016-12-05 02:16:54 +00:00
2016-12-03 00:35:10 +00:00
Angel CORS middleware.
2016-12-05 02:16:54 +00:00
Port of [the original Express CORS middleware](https://github.com/expressjs/cors).
2019-02-07 16:59:45 +00:00
For complete example usage, see the [example file](example/example.dart).