thomasw / djproxy

djproxy is a class-based generic view reverse HTTP proxy for Django.
MIT License
42 stars 15 forks source link

Make request call overridable #46

Open bohdan-yarema opened 1 year ago

bohdan-yarema commented 1 year ago

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.