searxng/searx/search/processors
Markus Heiser 8df1f0c47e [mod] add 'Accept-Language' HTTP header to online processores
Most engines that support languages (and regions) use the Accept-Language from
the WEB browser to build a response that fits to the language (and region).

- add new engine option: send_accept_language_header

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-08-01 17:01:59 +02:00
..
__init__.py [enh] implement a OnlineUrlSearchProcessor 2022-01-30 16:05:08 +01:00
abstract.py [doc] add description of method EngineProcessor.get_params() 2022-08-01 16:42:33 +02:00
offline.py [format.python] initial formatting of the python code 2021-12-27 09:26:22 +01:00
online.py [mod] add 'Accept-Language' HTTP header to online processores 2022-08-01 17:01:59 +02:00
online_currency.py [doc] add description of method EngineProcessor.get_params() 2022-08-01 16:42:33 +02:00
online_dictionary.py [doc] add description of method EngineProcessor.get_params() 2022-08-01 16:42:33 +02:00
online_url_search.py [doc] add description of method EngineProcessor.get_params() 2022-08-01 16:42:33 +02:00