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

712 Commits

Author SHA1 Message Date
Adrian Heine né Lang
7f65e095bb
Linkfix (#271) 2022-05-08 12:03:52 +01:00
Steven Yap
6df013f8ec
Update extractors.md (#268) 2022-04-17 08:21:55 +01:00
Rob Ede
dde397f5f4
improve server docs 2022-04-07 16:52:12 +01:00
Rob Ede
7d988fc27e
improve extractors docs 2022-04-07 16:22:17 +01:00
Rob Ede
0ddb72f6b0
remove references to .data() 2022-04-07 15:55:55 +01:00
Rob Ede
b11a2f6e99
improve path docs 2022-04-07 15:54:55 +01:00
Rob Ede
12cbd2ebbf
s/Actix-web/Actix Web 2022-04-07 15:44:10 +01:00
Rob Ede
36b3f9a3d7
fix http2 rfc links
fixes #235
2022-03-21 01:54:49 +00:00
nikstur
e370fddcc3
Bumped version of actix to 0.13 (#267) 2022-03-20 15:53:36 +00:00
Daniel Lee
c788681d45
updating json response docs cargo.toml (#264) 2022-03-15 11:55:30 +00:00
Daniel Lee
80549a9fb2
Update cargo.toml for json request 2nd example (#263) 2022-03-14 14:26:01 +00:00
Daniel Lee
17fc2533e5
updating cargo.toml for first example (#262) 2022-03-14 13:44:17 +00:00
Rob Ede
91f1158c69
update http2 docs 2022-03-07 13:40:36 +00:00
Rob Ede
1f94bb7ce6
update v3 links to v4 2022-03-05 23:55:35 +00:00
Rob Ede
f504c65862
remove outdated info about force closing connections 2022-03-05 23:54:23 +00:00
Rob Ede
91d61f5be6
update homepage example 2022-03-05 23:34:31 +00:00
Santiago
eff8c425a6
Update websockets.md (#261) 2022-02-28 15:03:01 +00:00
Santiago
7cbaf1b391
Update http2.md (#260) 2022-02-28 13:48:50 +00:00
Rob Ede
b8431bef6f
update remaining examples to v4 2022-02-26 05:22:21 +00:00
Rob Ede
447edcc9d7
add note that server must be awaited 2022-02-26 05:01:13 +00:00
Rob Ede
f6376781af
update code repo links 2022-02-26 04:58:43 +00:00
Rob Ede
997fb14e79
fix note about app_data 2022-02-26 04:50:39 +00:00
Rob Ede
d5533de730
update whatis page 2022-02-26 04:44:58 +00:00
Rob Ede
57e2b2bd62
fmt 2022-02-26 04:41:49 +00:00
Rob Ede
6b4fe2882b
update homepage 2022-02-26 04:38:18 +00:00
Rob Ede
81dfe300a2
update examples to v4 (#258) 2022-02-26 03:56:24 +00:00
Alexandre Macabies
890fea6c23
Fix white-space inconsistencies and a typo (#259) 2022-02-25 22:18:32 +00:00
averichev
ff2b8d74e8
fix: Changed broken url (#257) 2022-02-18 10:13:22 +00:00
BSPlatt
4bec03576c
Update links to example projects based on recent commit (#256) 2022-02-18 04:41:17 +00:00
averichev
3f327a5dbd
Links to database adapters fixed (#255) 2022-02-16 13:43:57 +00:00
Flinner
591efc3bb0
minor fix to markdown :*italic * -> *italic* (#253) 2022-02-11 16:34:58 +00:00
JALDA ADITHYA
92c38666a0
📝 updated copyright year (#252) 2022-01-21 13:35:20 +00:00
Daniel Saxton
e3c8b5edca
Update logger example (#250) 2022-01-01 22:05:37 +00:00
DieterReinert
2c3f06d33d
Make navbar icon visible in dark mode (mobile) (#249) 2021-12-30 18:17:21 +00:00
Mark Lodato
3167a55853
Improve error handler example (#248) 2021-12-22 18:36:35 +00:00
Paul Hennig
b0cf4ffae6
please preserve my eyesight and add a dark mode (#244) 2021-12-05 19:53:36 +00:00
nikstur
c66502c548
Improve json documentation (#245)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-12-05 14:41:37 +00:00
nikstur
1960650cb0
Added missing closing </a> and </li> tag (#246) 2021-12-05 14:33:57 +00:00
Nrot
3fffc45c7e
Update to work code (#241) 2021-11-20 23:14:04 +00:00
David Sferruzza
e467e67280
Add a note about middleware execution order (#240) 2021-11-04 20:22:45 +00:00
maxstanley
bcf63b6e83
Fix Diesel Database example (#234) 2021-10-22 18:59:11 +09:00
Rob Ede
73fbca627b
remove references to old gitter room 2021-10-19 14:52:47 +01:00
Daniel Ceballos
1387567f04
Change techempower's URL (#237)
Change techempower's URL to the current results
2021-09-15 15:44:35 +01:00
HeartDev
e503dec23a
Correct the content-type in the ResponseBiuilder example (#236)
It's text/plain not plain/text
2021-08-23 14:43:35 +01:00
Danny
a986fa7519
Fix formencoded URL (#233) 2021-07-12 12:47:19 +01:00
Ali MJ Al-Nasrawy
09ad5775ac
Remove invalid docs regarding parsing PathBuf (#230)
This paragraph is no longer valid since v1.0!

Also, the example code still compiles fine and this may easily introduce
a security vulnerability for the user.
2021-06-01 21:04:35 +09:00
Jacky Wu
63d70701e0
fix: correct my_errors log print issue. (#229) 2021-05-10 10:31:54 +01:00
Mark Lodato
1069dfa177
Clarify use of Arc in shared state (#221) 2021-04-06 08:41:26 +09:00
Yuki Okushi
a808293221
Update github-pages-deploy-action to 4.1.1 (#223) 2021-04-06 08:37:41 +09:00
Mark Lodato
3ed587a81a
Fix some typos/grammatical errors (#219) 2021-03-31 22:54:44 +09:00