1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/actix-cors
2020-10-07 11:29:20 +01:00
..
src feat(cors): allow using closures in allow_origin_fn (#110) 2020-10-07 11:29:20 +01:00
Cargo.toml feat(cors): allow using closures in allow_origin_fn (#110) 2020-10-07 11:29:20 +01:00
CHANGES.md feat(cors): allow using closures in allow_origin_fn (#110) 2020-10-07 11:29:20 +01:00
LICENSE-APACHE Move cors middleware to actix-cors crate 2019-06-15 09:34:16 +06:00
LICENSE-MIT Move cors middleware to actix-cors crate 2019-06-15 09:34:16 +06:00
README.md prepare CORS release 0.4.0 (#107) 2020-09-27 14:29:33 +01:00

actix-cors

Cross-origin resource sharing (CORS) for Actix applications.

crates.io Documentation Dependency Status Apache 2.0 or MIT licensed Join the chat at https://gitter.im/actix/actix-web

Documentation & Resources