drf的throttle设置api的访问速率
2021-04-29 14:27
阅读:326
标签:setting api 访问 res 单位 framework eth frame class drf的throttle设置api的访问速率,在setting中设置,登录用户和匿名用户的请求频率做限制,限制单位天、时、分等都可以 在views中: from rest_framework.throttling import UserRateThrottle,AnonRateThrottle 视图类中 throttle_class = (UserRateThrottle,AnonRateThrottle) drf的throttle设置api的访问速率 标签:setting api 访问 res 单位 framework eth frame class 原文地址:http://www.cnblogs.com/maxiaohei/p/7820230.html
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:drf的throttle设置api的访问速率
文章链接:http://soscw.com/index.php/essay/80133.html
文章标题:drf的throttle设置api的访问速率
文章链接:http://soscw.com/index.php/essay/80133.html
评论
亲,登录后才可以留言!