platform/packages/cors/README.md
2021-05-30 08:46:13 +08:00

12 lines
No EOL
666 B
Markdown

# 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)
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).