Skip to content

Commit

Permalink
add link to cors middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 12, 2018
1 parent edd2683 commit a9c71b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit a9c71b2

Please sign in to comment.