DEBSOURCES
Skip Quicknav
sources / python-django-ratelimit / 4.1.0-2 / django_ratelimit / __init__.py
12345
VERSION = (4, 1, 0) __version__ = '.'.join(map(str, VERSION)) ALL = (None,) # Sentinel value for all HTTP methods. UNSAFE = ['DELETE', 'PATCH', 'POST', 'PUT']