From a9c71b28943e9a2833e80565061ebe5621e532dd Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 12 Jan 2018 13:10:12 -0800 Subject: [PATCH] add link to cors middleware --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e490bd0..f291057f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ fn main() { * Multipart streams * Middlewares ([Logger](https://actix.github.io/actix-web/guide/qs_10.html#logging), [Session](https://actix.github.io/actix-web/guide/qs_10.html#user-sessions), - [DefaultHeaders](https://actix.github.io/actix-web/guide/qs_10.html#default-headers)) + [DefaultHeaders](https://actix.github.io/actix-web/guide/qs_10.html#default-headers), + [CORS](https://actix.github.io/actix-web/actix_web/middleware/cors/index.html)) * Built on top of [Actix](https://github.com/actix/actix). ## Benchmarks