1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
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
7148fd3d0e add client certificate example (#380) 2020-10-30 04:22:24 +00:00
Max
9c9db0de55 Fix rustls example to support pkcs8 keys (#347) 2020-10-25 17:12:33 +00:00
323fc66f17 Minor typo within example (#374) 2020-10-04 01:31:58 +09:00
49e29a5751 v3 examples (#364) 2020-09-12 16:49:45 +01:00
Max
7ac0b75fc7 Tip for key to work
For some reason mkcert default generated sertificate doesn't work. Rust panic on `keys.remove(0)`.
2020-07-19 00:57:15 +03:00
b61f7a5e96 Add introduction to use mkcert 2020-05-19 12:46:00 +09:00
4e051e8cd5 part2: Update dependencies 2020-04-05 13:50:44 +09:00
e8ab9ee7ca update deps 2019-12-25 20:48:33 +04:00
d914b1c694 update dependencies 2019-12-20 22:30:26 +06:00
22c7d747c2 update deps 2019-12-15 23:07:17 +06:00
3127352797 upgrade to 2.0 alpha.3 2019-12-07 23:59:24 +06:00
aa5750cafc update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
cee9142257 upgrade actix-web 2019-05-12 11:58:26 -07:00
815e34f32d upgrade to alpha4 2019-04-07 23:39:45 -07:00
86e0f3e02c upgrade to alpha3 2019-04-04 11:37:14 -07:00
9a80911b92 update to alpha2 2019-03-30 09:12:42 -07:00
e2945b9b39 update more examples and rustfmt 2019-03-09 18:03:09 -08:00
30623edfe1 fix rustls example with updated rustls in actix-web (#55) 2018-10-14 20:30:18 +03:00
d8412fb9bb Do not use master branch of actix-web 2018-09-28 18:20:09 +03:00
d9afae21b6 Fix "websocket" example's readme, and make binary names unique (#45)
Give each example binary a unique name.

This should allow running cargo run --bin in the root directory.
2018-09-24 11:57:36 +03:00
ca32d68769 rustls example 2018-08-07 22:34:16 -07:00