1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
Commit Graph

171 Commits

Author SHA1 Message Date
ca6eaee52e update actix-web-lab dep 2023-03-14 02:40:02 +00:00
080db60175 update multipart examples to use derive macro 2023-02-26 21:57:10 +00:00
9b77b033b0 refine versions 2023-02-26 21:57:10 +00:00
f4eb989dcb Bump tokio from 1.24.1 to 1.25.0 (#601)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 01:03:55 +00:00
34746a346d Bump tokio from 1.23.0 to 1.24.1 (#597)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-06 22:18:21 +00:00
b951c4dbee move derive_more to workspace dep 2023-01-02 20:38:03 +00:00
59ecb09c20 move rand to workspace dep 2023-01-02 20:35:37 +00:00
9e4882285e move serde deps to workspace 2023-01-02 20:35:11 +00:00
91ffa11e19 move a couple more things to workspace deps 2023-01-02 20:33:43 +00:00
66c7e1e9b5 use workspace deps for log and env_logger 2022-12-30 16:25:40 +00:00
061860743f add background-jobs example 2022-12-30 16:23:24 +00:00
aee47e0817 Use workspace dependencies for actix-web (#594) 2022-12-21 14:49:28 +00:00
096521d526 add middleware-encrypted-payloads example 2022-12-18 21:10:03 +00:00
a814ac0d5c fix diesel test in CI (#592) 2022-12-12 02:41:22 +00:00
fbf376db47 re-add todo example 2022-12-11 15:32:09 +00:00
bf1daf86a7 update deps 2022-12-11 15:31:32 +00:00
3ffb06abb7 update mysql dependency to 23 2022-12-11 15:25:15 +00:00
6f763395d7 unhide todo 2022-10-26 16:51:50 +01:00
ddda86784a update deps 2022-10-26 16:51:27 +01:00
5e8883e35a add minijinja templating example 2022-10-16 21:20:01 +01:00
ed04cc97b3 update diesel to v2 2022-09-10 23:33:09 +01:00
0319f18995 chore: remove fluent crate override 2022-08-28 18:43:05 +01:00
b6255d1637 Update Cargo.toml (#566) 2022-07-20 23:01:08 +01:00
f3ff729a69 add actorless chat example 2022-07-11 20:19:29 +01:00
a4a060994d add actorless websocket echo example 2022-07-11 01:44:46 +01:00
4ff98dbaa5 re-add fluent templating example to workspace 2022-07-10 03:48:11 +01:00
8770694e11 add fluent templates example 2022-07-10 03:30:48 +01:00
0f08afee18 update sailfish 2022-07-09 23:39:21 +01:00
ecc8522725 update mysql deps 2022-07-09 23:11:36 +01:00
b8fc58bec6 add guard example
closes #533
2022-03-05 14:28:43 +00:00
e7b73040d7 fix diesel example 2022-02-18 02:32:44 +00:00
6f1c9e2350 standardize binary names 2022-02-18 02:22:58 +00:00
cc3d356209 restructure folders 2022-02-18 02:01:48 +00:00
4d8573c3fe update all websocket examples to v4 2022-02-18 01:44:53 +00:00
1b23e3ff3d update async-graphql example 2022-02-17 21:29:55 +00:00
ddb84ebf6f feat: Example for Sailfish template engine (#528)
Co-authored-by: aaverichev <Aleksandr.Averichev@hermesrussia.ru>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-17 20:15:18 +00:00
0b74135fb0 Adding auto OpenSSL ACME Let's Encrypt example. (#523)
Co-authored-by: Lajto Mekadimon <85128868+lajtomekadimon@users.noreply.github.com>
2022-02-06 16:31:44 +00:00
fb9f9d243d disable db/diesel for now 2022-02-06 08:31:17 +00:00
da60a30fd9 delete db/r2d2 example 2022-02-06 08:25:38 +00:00
a72663ed26 remove db/sqlx_todo example 2022-02-06 07:09:35 +00:00
d36c2f0f1f clean up run-in-thread 2022-02-02 02:09:06 +00:00
ffb20a1b20 move http-proxy to other 2022-02-02 02:03:54 +00:00
062a3af80c delete udp echo example 2022-01-29 16:06:32 +00:00
414bf927b8 remove example use async_std::fs (#461) 2021-10-22 08:44:40 +01:00
11cd3f2b58 Middleware example - Redirect http connections to https (#457) 2021-10-13 15:06:42 +01:00
817c7e1150 Working middleware using extensions_mut (#402)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-07 04:04:19 +01:00
cc948594fe Add MongoDB example (#452)
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
2021-10-06 22:23:12 +01:00
7487a81e90 Fix sqlx_todo CI checks (#415) 2021-03-03 23:37:17 +09:00
c3407627d0 Restructure folders (#411) 2021-02-26 00:57:58 +00:00
7148fd3d0e add client certificate example (#380) 2020-10-30 04:22:24 +00:00