Python SlowAPI
نشر بتاريخ 2023-04-12 18:06:14
0
11كيلو بايت
SlowAPI is a ratelimiter library for FastAPI and Starlette adapted from flask-limiter. This package is used in various production setups, handling millions of requests per month, and seems to behave as expected. Here is an example of how it can be used:
@limiter.limit("5/minute")
async def myendpoint(request: Request)
pass
البحث
الأقسام
- Arts
- Business
- Computers
- الألعاب
- Health
- الرئيسية
- Kids and Teens
- مال
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
إقرأ المزيد
Public Health and Safety: Ensuring Community Well-Being
Public health and safety are fundamental aspects of a thriving society, encompassing the measures...
Нечестивые. The Unholy. (2021)
На дереве, где 150 лет назад была повешена и сожжена обвинённая в колдовстве, глухонемая...
Заклятие 3: По воле дьявола. The Conjuring: The Devil Made Me Do It. (2021)
18 июля 1981 года Эд и Лоррейн Уоррены присутствовали при проведении экзорцизма над маленьким...
What is Feedback, and Why Is It Important?
Understand the definition of feedback and its significance in personal development, business...
Python Random
If you ever want to make some random choice or number for something, there's a pre-installed...