diff --git a/actix_cors/index.html b/actix_cors/index.html index 4ac711039..c62f319a7 100644 --- a/actix_cors/index.html +++ b/actix_cors/index.html @@ -1,5 +1,5 @@ actix_cors - Rust

Crate actix_cors

logo
Expand description

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

This middleware can be applied to both applications and resources. Once built, a Cors builder can be used as an argument for Actix Web’s App::wrap(),