actix / actix-web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
https://actix.rs
Apache License 2.0
21.6k stars 1.67k forks source link

Cors middleware not found ! #979

Closed KabDeveloper closed 5 years ago

KabDeveloper commented 5 years ago

Hi,

When I try to use Cors middleware it seem that this option is not present: use actix_web::middleware::cors::Cors;

Version of actix_web used: "1.0.0".

How to solve this issue please ?

Herrera93 commented 5 years ago

@bcashier It got moved to its own crate actix-cors