1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 09:12:57 +01:00
actix-extras/actix-cors
Chiu-Hsiang Hsu 545873b5b2
update actix-web dependencies to v4 beta.10 (#203)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-21 14:10:00 +01:00
..
examples cors origin validator function receives origin as first parameter (#120) 2020-10-19 19:30:46 +01:00
src cors: make middleware generic over body type (#195) 2021-09-13 11:00:58 +01:00
tests Update dependencies (Tokio 1.0) (#144) 2021-03-21 22:50:26 +00:00
Cargo.toml update actix-web dependencies to v4 beta.10 (#203) 2021-10-21 14:10:00 +01:00
CHANGES.md update actix-web dependencies to v4 beta.10 (#203) 2021-10-21 14:10:00 +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 bump msrv to 1.52.1 2021-10-19 01:49:39 +01:00

actix-cors

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

crates.io Documentation Apache 2.0 or MIT licensed Dependency Status

Documentation & Resources