1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/actix-cors/README.md

15 lines
711 B
Markdown
Raw Normal View History

2020-01-30 02:42:01 +01:00
# actix-cors
2020-10-07 12:32:27 +02:00
> Cross-origin resource sharing (CORS) for Actix Web.
2020-09-27 15:29:33 +02:00
[![crates.io](https://img.shields.io/crates/v/actix-cors?label=latest)](https://crates.io/crates/actix-cors)
[![Documentation](https://docs.rs/actix-cors/badge.svg?version=0.6.0-beta.6)](https://docs.rs/actix-cors/0.6.0-beta.6)
2020-01-30 02:42:01 +01:00
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-cors)
[![Dependency Status](https://deps.rs/crate/actix-cors/0.6.0-beta.6/status.svg)](https://deps.rs/crate/actix-cors/0.6.0-beta.6)
2020-09-27 15:29:33 +02:00
## Documentation & Resources
- [API Documentation](https://docs.rs/actix-cors)
2021-02-28 20:29:54 +01:00
- [Example Project](https://github.com/actix/examples/tree/master/security/web-cors)
2021-10-19 02:48:41 +02:00
- Minimum Supported Rust Version (MSRV): 1.52