Open bohdan-yarema opened 1 year ago
Allows to override the final request call by overriding the new _request function.
request
_request
In our case we needed to use a custom adapter with requests.Session.
requests.Session
Allows to override the final
request
call by overriding the new_request
function.In our case we needed to use a custom adapter with
requests.Session
.