mirror of
https://github.com/searx/searx
synced 2025-02-03 11:37:31 +01:00
f0054d67f1
Add a new parameter "raise_for_status", set by default to True. When True, any HTTP status code >= 300 raise an exception ( #2332 ) When False, the engine can manage the HTTP status code by itself.