Patrik Staš
f43a46b58e
Make sure app_mutable example works out of box ( #112 )
...
The page which refers make_app_mutable section: https://actix.rs/docs/application/
Although the original example compiled, I found it a bit incomplete as it didn't really start the server. As a beginner, I first tried to reuse original `main()` example and ran into lifetime issue with counter instance. Took me a bit to figure "ahha sure, I need to move it in."
2019-09-25 10:37:36 +06:00
Nikolay Kim
b0ce2c21a2
fix state example
2019-07-22 11:10:21 +06:00
Katherine Philip
77b86e778f
Fix examples
2019-07-18 20:59:11 +07:00
Katherine Philip
31630f61f8
Minor tweaks
2019-07-15 17:12:37 +07:00
Katherine Philip
4521375534
Update App State documentation
2019-07-15 16:46:12 +07:00
Cameron Dershem
5133ab874d
Final fixes before requesting review.
2019-06-28 13:31:30 -04:00
Cameron Dershem
ea7bc84f8d
Intro: done-ish. Getting Started: done-ish. Application: done-ish.
2019-06-19 18:00:31 -04:00
Cameron Dershem
4f9bd8b724
moves individual examples to pub mods to force building and have less dead_code
2019-06-19 00:20:50 -04:00
Cameron Dershem
a3cb721ed3
Removes websockets from feature rich mention.
2019-06-18 19:21:06 -04:00
Cameron Dershem
992d182910
First pass at 'Application' section
2019-06-13 03:24:25 -04:00
Cameron Dershem
8aa39e1afb
begin update of docs to actix-web 1.0
2019-06-12 04:51:45 -04:00
Nikolay Kim
5cd8d2edc8
use actix-web 0.7 for examples
2018-07-21 05:21:41 -07:00
Nikolay Kim
1bf14f774d
fix vh example
2018-06-09 06:26:27 -07:00
Nikolay Kim
5eb00bb9f3
Fix example
2018-06-09 04:58:22 -07:00
Yann Simon
14e47859a0
document how to start the app with state
2018-06-08 10:17:29 +02:00
Nikolay Kim
5938691794
add vh section
2018-06-07 21:08:11 -07:00
Armin Ronacher
ede773dd93
Outdent examples
2018-05-27 10:49:14 -07:00
Nikolay Kim
ec11bf0db3
fix application examples
2018-05-24 09:31:40 -07:00
Nikolay Kim
d27ab00b71
convert server examples
2018-05-23 20:39:15 -07:00
Armin Ronacher
93995e185f
Updated app examples
2018-05-23 22:01:36 +02:00
Armin Ronacher
e204566062
Added basic example with includes
2018-05-23 21:28:12 +02:00