|
.oO SearXNG Developer Documentation Oo.
|
Additional Inherited Members | |
| Static Public Attributes inherited from searx.search.processors.online.HTTPParams | |
| t | 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 | |
| t | safesearch .Literal[0, 1, 2] |
| t | time_range .Literal["day", "week", "month", "year"] | None |
| dict | engine_data [str, str] |
Request parameters of a ``online_dictionary`` engine.
Definition at line 33 of file online_dictionary.py.