-
Type: New Feature
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: NoVersionApplicable
-
Fix Version/s: None
-
Component/s: Core
The module is currently tight to the requests module for the HTTP stuff.
I would like to try something else, like httpx, but we first need to add an abstraction level to easily choose between different implementations.
One should be able to use requests, httpx or any other module as soon as the light wrapper around calls is available.