summaryrefslogtreecommitdiff
path: root/searx/botdetection/__init__.py
blob: b4de0f9c816b8cd795c6353919779d117af2ab05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: AGPL-3.0-or-later
# lint: pylint
""".. _botdetection src:

Bot detection methods
---------------------

The methods implemented in this python package are use by the :ref:`limiter src`.

"""

from ._helpers import dump_request