首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
11-9 drf的throttle设置api的访问速率
11-9 drf的throttle设置api的访问速率
xiaoxiao
2022-07-03
105
https://www.django-rest-framework.org/api-guide/throttling/
from rest_framework.throttling import UserRateThrottle, AnonRateThrottle throttle_classes = (UserRateThrottle, AnonRateThrottle)
效果:
转载请注明原文地址: https://yun.8miu.com/read-21893.html
最新回复
(
0
)