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

add self shutdown route example (#240)

This commit is contained in:
Rob Ede
2020-01-25 23:49:19 +00:00
committed by Yuki Okushi
parent 469f8b538f
commit 16a3c47a2c
4 changed files with 93 additions and 0 deletions

View File

@ -27,6 +27,7 @@ members = [
"redis-session",
"run-in-thread",
"rustls",
"self-shutdown-route",
"server-sent-events",
"simple-auth-server",
"state",