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

Complex middleware example

This commit is contained in:
Sadika Sumanapala
2018-07-21 14:33:43 +05:30
parent 6784ebbb4a
commit 1e7402e2bb
6 changed files with 351 additions and 0 deletions

View File

@ -4,6 +4,7 @@ members = [
"async_db",
"async_ex1",
"basics",
"complex-middleware",
"cookie-auth",
"cookie-session",
"diesel",