mirror of
https://github.com/actix/actix-web.git
synced 2025-01-03 13:58:44 +00:00
update readme
This commit is contained in:
parent
f3c63e631a
commit
2068eee669
1 changed files with 1 additions and 1 deletions
|
@ -51,13 +51,13 @@ fn main() {
|
||||||
|
|
||||||
* [Basics](https://github.com/actix/actix-web/tree/master/examples/basics/)
|
* [Basics](https://github.com/actix/actix-web/tree/master/examples/basics/)
|
||||||
* [Stateful](https://github.com/actix/actix-web/tree/master/examples/state/)
|
* [Stateful](https://github.com/actix/actix-web/tree/master/examples/state/)
|
||||||
|
* [Protobuf support](https://github.com/actix/actix-web/tree/master/examples/protobuf/)
|
||||||
* [Multipart streams](https://github.com/actix/actix-web/tree/master/examples/multipart/)
|
* [Multipart streams](https://github.com/actix/actix-web/tree/master/examples/multipart/)
|
||||||
* [Simple websocket session](https://github.com/actix/actix-web/tree/master/examples/websocket/)
|
* [Simple websocket session](https://github.com/actix/actix-web/tree/master/examples/websocket/)
|
||||||
* [Tera templates](https://github.com/actix/actix-web/tree/master/examples/template_tera/)
|
* [Tera templates](https://github.com/actix/actix-web/tree/master/examples/template_tera/)
|
||||||
* [Diesel integration](https://github.com/actix/actix-web/tree/master/examples/diesel/)
|
* [Diesel integration](https://github.com/actix/actix-web/tree/master/examples/diesel/)
|
||||||
* [SSL / HTTP/2.0](https://github.com/actix/actix-web/tree/master/examples/tls/)
|
* [SSL / HTTP/2.0](https://github.com/actix/actix-web/tree/master/examples/tls/)
|
||||||
* [Tcp/Websocket chat](https://github.com/actix/actix-web/tree/master/examples/websocket-chat/)
|
* [Tcp/Websocket chat](https://github.com/actix/actix-web/tree/master/examples/websocket-chat/)
|
||||||
* [SockJS Server](https://github.com/actix/actix-sockjs)
|
|
||||||
* [Json](https://github.com/actix/actix-web/tree/master/examples/json/)
|
* [Json](https://github.com/actix/actix-web/tree/master/examples/json/)
|
||||||
|
|
||||||
You may consider checking out
|
You may consider checking out
|
||||||
|
|
Loading…
Reference in a new issue