mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 13:14:30 +03:00
15 lines
259 B
Markdown
15 lines
259 B
Markdown
<a class="github" href="throttling.py"></a>
|
|
|
|
# Throttling
|
|
|
|
> HTTP/1.1 420 Enhance Your Calm
|
|
>
|
|
> [Twitter API rate limiting response][cite]
|
|
|
|
[cite]: https://dev.twitter.com/docs/error-codes-responses
|
|
|
|
## PerUserThrottle
|
|
|
|
## PerViewThrottle
|
|
|
|
## Custom throttles |