1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/actix-cors
Rob Ede 111d95eaea
rename private-network-access feature (#320)
* update CI with concurrency options

* cors: rename private-network => local-network

* modernize CI

* clippy

* run api diff job on all features
2023-04-09 19:35:30 +01:00
..
examples Add block_on_origin_mismatch option to middleware (#287) 2022-09-21 23:22:20 +00:00
src rename private-network-access feature (#320) 2023-04-09 19:35:30 +01:00
tests rename private-network-access feature (#320) 2023-04-09 19:35:30 +01:00
Cargo.toml rename private-network-access feature (#320) 2023-04-09 19:35:30 +01:00
CHANGES.md rename private-network-access feature (#320) 2023-04-09 19:35:30 +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 actix-cors release 0.6.4 2022-10-30 16:25:52 +00: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