mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-22 13:45:13 +02:00
add link to cors middleware
This commit is contained in:
@@ -40,7 +40,8 @@ fn main() {
|
|||||||
* Multipart streams
|
* Multipart streams
|
||||||
* Middlewares ([Logger](https://actix.github.io/actix-web/guide/qs_10.html#logging),
|
* 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),
|
[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).
|
* Built on top of [Actix](https://github.com/actix/actix).
|
||||||
|
|
||||||
## Benchmarks
|
## Benchmarks
|
||||||
|
Reference in New Issue
Block a user