.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
searx.search.processors.online_dictionary.OnlineDictParams Class Reference
Inheritance diagram for searx.search.processors.online_dictionary.OnlineDictParams:
Collaboration diagram for searx.search.processors.online_dictionary.OnlineDictParams:

Additional Inherited Members

Static Public Attributes inherited from searx.search.processors.online.HTTPParams
method .Literal["GET", "POST"]
dict headers [str, str]
dict data [str, str]
dict json [str, t.Any]
dict cookies [str, str]
None verify | t.Literal[False] | str
str auth | None
Static Public Attributes inherited from searx.search.processors.abstract.RequestParams
safesearch .Literal[0, 1, 2]
time_range .Literal["day", "week", "month", "year"] | None
dict engine_data [str, str]

Detailed Description

Request parameters of a ``online_dictionary`` engine.

Definition at line 33 of file online_dictionary.py.


The documentation for this class was generated from the following file: