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

36 Commits

Author SHA1 Message Date
Rob Ede
f30795f014
chore: fmt 2024-08-07 02:04:57 +01:00
Rob Ede
03879899a5
chore: update pin-project 2024-07-07 01:42:16 +01:00
Rob Ede
a67c7803e6
refactor: use graduated Html responder 2024-07-07 00:23:03 +01:00
Rob Ede
1a44c313e4
update actix ecosystem deps 2023-10-29 01:06:58 +01:00
Rob Ede
2ece131b36
remove unneeded dependencies 2023-07-18 17:42:33 +01:00
Rob Ede
8fd4262136
s/str::to_string/str::to_owned 2023-07-09 03:32:47 +01:00
Michael Clayton
888123742c
fix server-sent-events/drain.js (#615) 2023-03-30 03:57:54 +01:00
Michael Clayton
03c6bd8bea
change curl -X post to curl -X POST (#614) 2023-03-30 03:46:10 +01:00
playdohface
2df944c5e5
fix SSE instructions (#602) 2023-02-08 11:54:57 +00:00
Rob Ede
91ffa11e19
move a couple more things to workspace deps 2023-01-02 20:33:43 +00:00
Rob Ede
66c7e1e9b5
use workspace deps for log and env_logger 2022-12-30 16:25:40 +00:00
Yuki Okushi
aee47e0817
Use workspace dependencies for actix-web (#594) 2022-12-21 14:49:28 +00:00
Rob Ede
c78332c0f9
update env_logger to 0.10 2022-12-11 15:25:57 +00:00
Rob Ede
ddda86784a
update deps 2022-10-26 16:51:27 +01:00
Rob Ede
d55caee58e
update sse example 2022-08-07 23:12:52 +01:00
Rob Ede
05e19266ad
use semantic SSE types 2022-08-07 01:24:40 +01:00
Rob Ede
0b93208bb2
bump futures-utils to 0.3.17 2022-07-12 01:08:56 +01:00
Rob Ede
0a201cd860
update async-graphql deps 2022-07-09 23:35:09 +01:00
Rob Ede
e239414a55
format markdown 2022-03-06 00:43:10 +00:00
Alice Ryhl
c5f2a8fcc7
Don't use mutex directly in async code (#534) 2022-03-05 19:35:22 +00:00
Rob Ede
4dc9199781
update actix web to stable version 2022-02-25 21:08:53 +00:00
Rob Ede
fbd3b228e9
fmt 2022-02-18 02:44:02 +00:00
Rob Ede
6f1c9e2350
standardize binary names 2022-02-18 02:22:58 +00:00
Rob Ede
b388c10aea
fix links 2022-02-18 02:13:08 +00:00
Rob Ede
cc3d356209
restructure folders 2022-02-18 02:01:48 +00:00
Daniel T. Rodrigues
c3407627d0
Restructure folders (#411) 2021-02-26 00:57:58 +00:00
yjh
89d2e4e3f7
fix typo and update some deps (#390)
* chore: fix typo for `run-in-thread`

* chore: update some deps for examples
2020-12-14 11:30:06 +00:00
Rob Ede
d836b046c9
migrate ci to github actions (#367) 2020-09-16 01:11:49 +01:00
Rob Ede
49e29a5751
v3 examples (#364) 2020-09-12 16:49:45 +01:00
Yuki Okushi
4e051e8cd5
part2: Update dependencies 2020-04-05 13:50:44 +09:00
Yuki Okushi
8f1c0a85cf
Fix/suppress warnings 2020-04-03 16:14:30 +09:00
Nikolay Kim
e8ab9ee7ca update deps 2019-12-25 20:48:33 +04:00
Nikolay Kim
d914b1c694 update dependencies 2019-12-20 22:30:26 +06:00
Nikolay Kim
22c7d747c2 update deps 2019-12-15 23:07:17 +06:00
Nikolay Kim
3127352797 upgrade to 2.0 alpha.3 2019-12-07 23:59:24 +06:00
Arve Seljebu
d85adb8513 server-sent events (#177)
* server-sent events

* remove stale clients

* ping as message
2019-09-25 10:39:49 +06:00