1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
Commit Graph

1481 Commits

Author SHA1 Message Date
Nikolay Kim
b31c8e3308 rename web::State to web::Data 2019-03-16 20:23:09 -07:00
Nikolay Kim
9d3e64d053
Merge pull request #91 from danloh/patch-1
add an example from community
2019-03-13 09:47:34 -07:00
D.Loh
e8f83c5585
add example from community 2019-03-13 09:39:13 -07:00
Nikolay Kim
3afd68029b
Merge pull request #89 from botika/master
Add template yarte
2019-03-12 13:31:15 -07:00
Juan Aguilar Santillana
7ed8d19b66 Add template yarte 2019-03-12 21:15:53 +01:00
Nikolay Kim
14eed91fcd update juniper and middleware examples 2019-03-10 19:19:50 -07:00
Nikolay Kim
0b46125f5d use new location for blocking 2019-03-10 18:39:54 -07:00
Nikolay Kim
17744bbfe4 upgrade actix_todo 2019-03-10 18:23:44 -07:00
Nikolay Kim
52c12f264a port more examples 2019-03-09 22:38:15 -08:00
Nikolay Kim
b6929b47b1 post cookie-auth and form examples 2019-03-09 21:08:08 -08:00
Allen
4d26988edf Perform unused validation in async_ex1 example (#83) 2019-03-10 07:10:39 +03:00
Nikolay Kim
e2945b9b39 update more examples and rustfmt 2019-03-09 18:03:09 -08:00
Nikolay Kim
f39a53ea3a upgrade diesel, r2d2, state examples 2019-03-07 14:50:29 -08:00
Nikolay Kim
60a9df8abd rename to Files 2019-03-06 23:44:46 -08:00
Nikolay Kim
ab2fdbd639 migrate tls example 2019-03-06 23:16:56 -08:00
Nikolay Kim
c4df3356c7 enable logger 2019-03-06 19:45:45 -08:00
Nikolay Kim
51860a4f2a update web api 2019-03-06 15:51:56 -08:00
Nikolay Kim
1edbb348d9 port async_db to actix-web 1.0 2019-03-06 11:51:05 -08:00
Nikolay Kim
80615b8579 use new actix-rt 2019-03-06 10:29:01 -08:00
Nikolay Kim
10731e43c6 convert r2d2 example 2019-03-06 10:04:41 -08:00
Nikolay Kim
40b5498902 enable files listing 2019-03-06 09:27:56 -08:00
Nikolay Kim
71e83fb87c update basic example 2019-03-05 22:16:42 -08:00
Anton Patrushev
0d45081fa0 code review fixes 2019-02-22 15:00:58 +05:00
Anton Patrushev
2cd0ea9a2e udp echo server example 2019-02-20 22:21:59 +05:00
Nikolay Kim
5c8aaba5f9
Merge pull request #75 from CoderOffka/patch-1
Update README.md in examples/simple-auth-server
2019-02-03 11:54:35 -08:00
Andrey Tokarev
bb6fefc1e5
Update README.md 2019-02-03 22:06:29 +03:00
Firstyear
d3a69f0c58 Add nonfunctional complex example to diesel (#63) 2019-01-31 09:12:27 +03:00
krircc
c27231045d
Update README.md 2019-01-30 09:09:55 +08:00
krircc
b35a773345
Update README.md 2019-01-30 09:08:54 +08:00
Nikolay Kim
18b75bc6c6
Merge pull request #72 from comerc/patch-1
Typo
2019-01-02 08:33:28 -08:00
comerc
4152a005bb
Typo 2019-01-02 16:29:17 +03:00
Vane
3afe400bdf Fix some issues at chat client (#71) 2018-12-31 09:28:42 +03:00
Harry Gill
3a29f1927b Readme updated with a tutorial link (#69) 2018-12-20 15:52:56 +03:00
Harry Gill
2fc76ac49b simple-auth-server added to examples (#65) 2018-12-09 18:55:36 +03:00
Rotem Yaari
5871328be2 Fix proxy to handle both chunked and non-chunked responses (#59) 2018-11-17 21:27:29 +03:00
Philip Jenvey
8a81a3bb58 remove unneeded RefCells (#62) 2018-11-17 08:04:24 +03:00
Rotem Yaari
e30915d98d Add example of a full HTTP proxy, proxying body, header and method (#58) 2018-11-04 12:20:57 +03:00
Douman
61a4b3b23b Improve shared state example 2018-10-27 14:03:02 +03:00
Douman
9c3576932f Enable travis cargo cache back 2018-10-14 21:16:17 +03:00
Jan Niehusmann
c6f092fc80 Encapsulate app state in Arc<Mutex<...>> (#54) 2018-10-14 20:56:25 +03:00
Jan Niehusmann
0a2a356e7a replace deprecated feature "alpn" with "ssl" (#56)
In actix-web's Cargo.toml, feature "alpn" is marked as deprecated,
with the suggestion to use "ssl", instead.
2018-10-14 20:30:59 +03:00
Jan Niehusmann
30623edfe1 fix rustls example with updated rustls in actix-web (#55) 2018-10-14 20:30:18 +03:00
Douman
98d060184f Disable cargo caching to update actix-web version? 2018-10-14 20:19:21 +03:00
krircc
82a107452b
Update README.md 2018-10-09 00:50:23 +08:00
krircc
d6051d931c
Update README.md 2018-10-01 09:59:21 +08:00
krircc
1d5c343e17
Update README.md 2018-10-01 09:42:07 +08:00
EasyToFindName
024e21439e Fix favicon's href (#51)
* Fix favicon's href

* Remove wrong index.html
2018-09-30 23:14:57 +03:00
Daniel Kavanagh
62a0101c07 Fix pinging so client doesn't get dropped automatically after 10 seconds (#52) 2018-09-30 23:09:00 +03:00
Douman
d8412fb9bb Do not use master branch of actix-web 2018-09-28 18:20:09 +03:00
Madao
3c5d53416b make the code neater (#49) 2018-09-28 08:35:13 +03:00