platform/packages/cors/README.md

12 lines
702 B
Markdown
Raw Normal View History

2021-07-10 01:05:24 +00:00
# Angel3 CORS middleware
[![version](https://img.shields.io/badge/pub-v4.0.1-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)
2021-07-10 01:05:24 +00:00
CORS headers middleware for Angel3. Ported from [Express CORS middleware](https://github.com/expressjs/cors) to Angel3 framework.
2016-12-05 02:16:54 +00:00
2021-07-10 01:05:24 +00:00
For complete example usage, see the [example file](example/example.dart).