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

Add rate-limit example (#642)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
will
2023-10-30 07:32:02 +08:00
committed by GitHub
parent c15a176b1c
commit cf55f50d1d
6 changed files with 287 additions and 0 deletions

View File

@ -45,6 +45,7 @@ members = [
"middleware/middleware-ext-mut",
"middleware/middleware-http-to-https",
"middleware/middleware",
"middleware/middleware-rate-limit",
"protobuf",
"run-in-thread",
"server-sent-events",