diff options
Diffstat (limited to 'searx/enginelib/__init__.py')
| -rw-r--r-- | searx/enginelib/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/enginelib/__init__.py b/searx/enginelib/__init__.py index 481a91718..1a7e4ef8c 100644 --- a/searx/enginelib/__init__.py +++ b/searx/enginelib/__init__.py @@ -317,6 +317,9 @@ class Engine(abc.ABC): # pylint: disable=too-few-public-methods enable_http: bool """Enable HTTP (by default only HTTPS is enabled).""" + enable_http3: bool = False + """Enables the use of HTTP/3 if available""" + shortcut: str """Code used to execute bang requests (``!foo``)""" |
