|
.oO SearXNG Developer Documentation Oo.
|
Static Public Attributes | |
| bool | search_params : "ParamTypes" |
SearXNG extends the class :py:obj:`httpx.Response` with properties from
*this* class (type cast of :py:obj:`httpx.Response`).
.. code:: python
response = httpx.get("https://example.org")
response = typing.cast(SXNG_Response, response)
if response.ok:
...
query_was = search_params["query"]
Definition at line 72 of file extended_types.py.
|
static |
Definition at line 86 of file extended_types.py.