1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

update example links

This commit is contained in:
Nikolay Kim 2017-10-23 09:20:12 -07:00
parent 1e96821b54
commit 17b4c33949

View file

@ -31,8 +31,9 @@ actix-web = { git = "https://github.com/actix/actix-web.git" }
## Example
* [Mulitpart support](https://github.com/actix/actix-web/tree/master/examples/multipart)
* [Simple websocket example](https://github.com/actix/actix-web/tree/master/examples/websocket.rs)
* [Basic](https://github.com/actix/actix-web/tree/master/examples/basic.rs)
* [Mulitpart streams](https://github.com/actix/actix-web/tree/master/examples/multipart)
* [Simple websocket session](https://github.com/actix/actix-web/tree/master/examples/websocket.rs)
* [Tcp/Websocket chat](https://github.com/actix/actix-web/tree/master/examples/websocket-chat)