1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/actix-cors
2023-12-06 17:09:20 -05:00
..
examples Add block_on_origin_mismatch option to middleware (#287) 2022-09-21 23:22:20 +00:00
src fix(cors): The item in "Vary" header should be "Access-Control-Request-Private-Network". (#369) 2023-12-06 13:52:22 +00:00
tests fix(cors): The item in "Vary" header should be "Access-Control-Request-Private-Network". (#369) 2023-12-06 13:52:22 +00:00
Cargo.toml chore(actix-cors): prepare release 0.6.5 2023-12-06 17:09:20 -05:00
CHANGES.md chore(actix-cors): prepare release 0.6.5 2023-12-06 17:09:20 -05: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 chore(actix-cors): prepare release 0.6.5 2023-12-06 17:09:20 -05:00

actix-cors

Cross-Origin Resource Sharing (CORS) controls for Actix Web.

crates.io Documentation Apache 2.0 or MIT licensed Dependency Status

Documentation & Resources