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

15 lines
679 B
Markdown
Raw Normal View History

2020-01-30 02:42:01 +01:00
# actix-cors
2022-07-21 04:07:06 +02:00
> Cross-Origin Resource Sharing (CORS) controls 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.5)](https://docs.rs/actix-cors/0.6.5)
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.5/status.svg)](https://deps.rs/crate/actix-cors/0.6.5)
2020-09-27 15:29:33 +02:00
## Documentation & Resources
- [API Documentation](https://docs.rs/actix-cors)
2022-02-18 04:33:03 +01:00
- [Example Project](https://github.com/actix/examples/tree/master/cors)
2022-06-22 13:42:46 +02:00
- Minimum Supported Rust Version (MSRV): 1.57