1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00
Commit Graph

1759 Commits

Author SHA1 Message Date
84b364544b Add a basic casbin example for actix-web. (#264)
* Add the casbin example for actix-web.

* Update for clear description.
2020-03-03 15:13:43 +09:00
7fea040acb Merge pull request #265 from Dowwie/master
updated versioning for async_pg dependency
2020-03-02 09:48:23 -05:00
c02f7c0828 updated versioning for async_pg dependency 2020-03-02 08:48:31 -05:00
ab94e8c883 Merge pull request #263 from Dowwie/master
added awc https example
2020-03-01 13:17:05 -05:00
2444da34be Update awc_https/src/main.rs
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
2020-03-01 13:16:57 -05:00
71e27aa623 removed ssl validation deactivation 2020-03-01 09:06:51 -05:00
54a2c3da92 added awc ssl example 2020-03-01 08:55:00 -05:00
50332ca491 Add docker_sample to examples collection 2020-02-24 15:08:04 -03:00
dc8d61eb59 Add Complete Actix 2.x REST Server to the community section of README (#259)
* Add Complete Actix 2.x REST Server to the community section of the README
2020-02-18 10:47:25 +09:00
007e194ad2 update rusoto_core = "0.43.0-beta.1" (#252) 2020-02-14 07:50:04 +09:00
691812f3f4 Merge pull request #254 from Dowwie/master
removed control-C handling because actix-server natively supports it
2020-02-12 08:20:43 -05:00
c4c4b3e77b removed control-C handling because actix-server natively supports it 2020-02-12 07:53:01 -05:00
120182f7de Merge pull request #250 from cheolgyu/master
multipart + s3 example
2020-02-10 18:10:27 -03:00
08b3621ac5 rename 2020-02-07 09:34:56 +09:00
7198fa31e9 Update yarte version to 0.6.0 and his templates with partial block and html minifier new features (#251) 2020-02-07 02:19:04 +09:00
443b8197ed Update protobuf to actix-web 2.0.0 (#249)
* Update to actix-web 2.0.0

* Add README.md
2020-02-07 02:17:23 +09:00
71d1d05118 update readme.md 2020-02-06 10:51:22 +09:00
c6b75d5006 example 2020-02-06 10:06:41 +09:00
5fb3d3270e example 2020-02-05 12:53:33 +09:00
d59129c212 Fix templates path (#248) 2020-02-04 01:42:29 +09:00
741a530963 Merge pull request #246 from Dowwie/master
enhanced, renamed shutdown example and modified async_pg (readme, plus shutdown)
2020-01-31 07:27:16 -05:00
04cebf6899 resolved formatting 2020-01-31 07:21:39 -05:00
da72aef69c enhanced, renamed shutdown example and modified async_pg readme 2020-01-31 07:10:56 -05:00
78a753a06a update rusqlite and r2d2_sqlite in async_db and r2d2 (#148)
* upgrade rusqlite to 0.18

* add note about async_db blocking and running in thread pool

* idiomatic async_db

- DRY
- Iterator::collect + return type
- note about why we are sleeping

* remove r2d2/test.db
2020-01-30 15:52:10 +09:00
817a61855d Update README.md (#245) 2020-01-30 15:33:17 +09:00
569ec29a15 Also demonstrate how to pass shared counters via Atomic (#242)
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
2020-01-28 09:41:45 +09:00
fca1069b8a Arbiter::exec to start TcpServer will not work, simply call it (#118)
Fixes #115

Signed-off-by: Daniel Egger <daniel@eggers-club.de>
2020-01-27 23:17:14 +09:00
e50aecc953 improve diesel example (#241)
* improve diesel example

* Update diesel/README.md

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-01-27 21:20:04 +09:00
16a3c47a2c add self shutdown route example (#240) 2020-01-26 08:49:19 +09:00
469f8b538f Create async-std multipart example (#228) 2020-01-23 10:16:08 +09:00
e4d79472e9 Merge pull request #238 from bikeshedder/async_pg_better_instructions
Improve async_pg example
2020-01-16 15:07:53 -05:00
ac7931fd27 Remove shell script and add more verbose instructions to README 2020-01-16 19:29:37 +01:00
b94ab2165f Add dotenv and config crate to async_pg example 2020-01-16 18:45:11 +01:00
050b3a2b1e Merge pull request #236 from Dowwie/master
fixed formatting for async_pg
2020-01-16 06:48:07 -05:00
a68483e542 fixed formatting for async_pg 2020-01-16 06:46:28 -05:00
a6475ad63e Merge pull request #235 from Dowwie/master
added async_pg example
2020-01-15 19:20:05 -05:00
e0c8f4533e added async_pg example 2020-01-15 19:19:15 -05:00
94892d992d improve state example (#234)
* improve state example

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-01-13 02:45:59 +09:00
882b9c3964 Update juniper example (#233) 2020-01-13 01:14:08 +09:00
ebdcdf8130 Remove unused deps found with https://github.com/est31/cargo-udeps (#232) 2020-01-13 00:25:52 +09:00
5493df64e1 Merge pull request #231 from rofrol/remove-serde_derive
Remove serde_derive
2020-01-12 08:07:36 -05:00
e89687e712 Remove serde_derive https://github.com/serde-rs/serde/issues/1441#issuecomment-445481084 2020-01-12 14:04:02 +01:00
9c34ded6fd Use derive feature from serde https://github.com/serde-rs/serde/issues/1441#issuecomment-445481084 (#230) 2020-01-12 21:11:12 +09:00
5cbaa75e21 Fix yarte test (#229)
The behavior has been changed from c4999d81ed
2020-01-12 19:57:39 +09:00
49308b70e5 add broker to readme (#227) 2020-01-11 22:04:19 +09:00
68e5c8c7e3 Update README.md 2020-01-09 21:13:36 +06:00
462996b0e7 Fix path-text (#225) 2020-01-08 19:23:01 +09:00
69d44d6b95 Fix path name (#224) 2020-01-06 19:18:47 +09:00
b91f0c9db2 simplify websokcet client example with BoxedSocket (#166)
* fix tokio timer error for websocket client

* simplify webscoket client
2020-01-06 13:59:45 +09:00
fed19e37b9 Update yarte version to "0.5" (#222) 2020-01-01 02:11:29 +09:00