swh-lister/swh/lister/bower
Antoine Lambert db6ce12e9e Refactor and deduplicate HTTP requests code in listers
Numerous listers were using the same page_request method or equivalent
in their implementation so prefer to deduplicate that code by adding
an http_request method in base lister class: swh.lister.pattern.Lister.

That method simply wraps a call to requests.Session.request and logs
some useful info for debugging and error reporting, also an HTTPError
will be raised if a request ends up with an error.

All listers using that new method now benefit of requests retry when
an HTTP error occurs thanks to the use of the http_retry decorator.
2022-09-26 10:48:40 +02:00
..
tests Bower: Set VISIT_TYPE as 'git' 2022-08-29 17:15:09 +02:00
__init__.py Bower: List origins from registry.bower.io 2022-08-29 15:55:00 +02:00
lister.py Refactor and deduplicate HTTP requests code in listers 2022-09-26 10:48:40 +02:00
tasks.py Bower: List origins from registry.bower.io 2022-08-29 15:55:00 +02:00