2024-10-12 10:35:14 +00:00
|
|
|
# Protevus CORS middleware
|
2021-07-10 01:05:24 +00:00
|
|
|
|
2024-10-13 01:45:27 +00:00
|
|
|
![Pub Version (including pre-releases)](https://img.shields.io/pub/v/protevus_cors?include_prereleases)
|
2021-05-30 00:46:13 +00:00
|
|
|
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
2024-07-07 15:02:49 +00:00
|
|
|
[![Discord](https://img.shields.io/discord/1060322353214660698)](https://discord.gg/3X6bxTUdCM)
|
2024-10-12 10:35:14 +00:00
|
|
|
[![License](https://img.shields.io/github/license/dart-backend/protevus)](https://github.com/dart-backend/protevus/tree/master/packages/cors/LICENSE)
|
2021-05-30 00:46:13 +00:00
|
|
|
|
2024-10-12 10:35:14 +00:00
|
|
|
CORS headers middleware for Protevus. Ported from [Express CORS middleware](https://github.com/expressjs/cors) to Protevus 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).
|