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 7c3c9357e0
fix expose all headers (#273)
* fix expose all headers

* update changelog
2022-08-07 20:56:33 +01:00
..
examples add vary header to all handled responses (#224) 2022-02-07 16:34:01 +00:00
src fix expose all headers (#273) 2022-08-07 20:56:33 +01:00
tests fix expose all headers (#273) 2022-08-07 20:56:33 +01:00
Cargo.toml prepare actix-cors release 0.6.1 2022-03-07 21:04:36 +00:00
CHANGES.md fix expose all headers (#273) 2022-08-07 20:56:33 +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 align descriptions 2022-07-21 03:07:06 +01: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