mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 17:41:11 +00:00
add link to cors middleware
This commit is contained in:
parent
edd26837dd
commit
a9c71b2894
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue