1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
Commit Graph

34 Commits

Author SHA1 Message Date
Rob Ede
c427ae50f3
publish = false 2023-11-01 15:21:01 +00:00
Rob Ede
73dc338ff9
edition = 2021 2023-11-01 15:09:54 +00:00
Olof Kasselstrand
77920d65fe
Update virtual hosting example to use guard::Host instead of guard::Header (#318) 2023-03-14 13:45:18 +00:00
Rob Ede
12cbd2ebbf
s/Actix-web/Actix Web 2022-04-07 15:44:10 +01:00
Rob Ede
997fb14e79
fix note about app_data 2022-02-26 04:50:39 +00:00
Rob Ede
81dfe300a2
update examples to v4 (#258) 2022-02-26 03:56:24 +00:00
Rob Ede
4d8d53cea5
v3 (#188) 2020-09-12 16:21:54 +01:00
John Bradley
a0ce9f28e2
fix function name in shared mutable state example (#186) 2020-09-06 10:45:51 +01:00
Michael Snoyman
d659d04649
Minor wording recommendations (#184)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2020-09-04 13:19:43 +01:00
Rob Ede
85228f23ea
remove unusable create_app example 2020-02-16 21:55:16 +00:00
Nikolay Kim
e30c20016e review server section 2020-01-02 12:56:32 +06:00
Nikolay Kim
e71c712d16 review application section 2020-01-02 12:43:41 +06:00
Yuki Okushi
67c0360864 Update application examples to v2 2019-12-29 01:15:22 +09:00
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