.oO SearXNG Developer Documentation Oo.
|
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: ...
Definition at line 70 of file extended_types.py.