mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 14:55:13 -04:00
Limit ebook downloads per IP address
This commit is contained in:
parent
6c69ee0bdf
commit
0a71382a25
4 changed files with 58 additions and 9 deletions
|
@ -24,6 +24,7 @@ enum HttpCode: int{
|
|||
case Conflict = 409;
|
||||
case Gone = 410;
|
||||
case UnprocessableContent = 422;
|
||||
case TooManyRequests = 429;
|
||||
|
||||
case InternalServerError = 500;
|
||||
case ServiceUnavailable = 503;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue