mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Use gender-neutral pronoun in Readme
(cherry picked from commit 58b4042e35)
This commit is contained in:
parent
1d2c646ae1
commit
614e10aa9c
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ end
|
|||
While Rack::Attack's primary focus is minimizing harm from abusive clients, it
|
||||
can also be used to return rate limit data that's helpful for well-behaved clients.
|
||||
|
||||
If you want to return to user how many seconds to wait until he can start sending requests again, this can be done through enabling `Retry-After` header:
|
||||
If you want to return to user how many seconds to wait until they can start sending requests again, this can be done through enabling `Retry-After` header:
|
||||
```ruby
|
||||
Rack::Attack.throttled_response_retry_after_header = true
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue