1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/actix-cors
2021-12-08 06:11:13 +00:00
..
examples cors origin validator function receives origin as first parameter (#120) 2020-10-19 19:30:46 +01:00
src standardize crate level lints 2021-12-08 06:11:13 +00:00
tests fix cors expose_any_header behavior (#204) 2021-10-21 15:47:56 +01:00
Cargo.toml prepare actix-cors release 0.6.0-beta.4 2021-11-22 23:19:10 +00:00
CHANGES.md prepare actix-cors release 0.6.0-beta.4 2021-11-22 23:19:10 +00: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 actix-cors release 0.6.0-beta.4 2021-11-22 23:19:10 +00:00

actix-cors

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

crates.io Documentation Apache 2.0 or MIT licensed Dependency Status

Documentation & Resources