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

add cookie session example

This commit is contained in:
Nikolay Kim
2018-05-02 15:11:57 -07:00
parent 0b9d7ab855
commit 85af2bce54
5 changed files with 91 additions and 13 deletions

View File

@ -3,6 +3,7 @@ members = [
"./",
"basics",
"cookie-auth",
"cookie-session",
"diesel",
"hello-world",
"http-proxy",