You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize pool manager with timeout (#977)
* Initialize pool manager with timeout
* chore: expose self.timeout on BaseClient + minor cleanup
---------
Co-authored-by: Hynek Davídek <hynek.davidek@quantlane.com>
Co-authored-by: justinpolygon <123573436+justinpolygon@users.noreply.github.com>
Log request URL with the Response headers (#952)
* Use logging instead of print
* Add Request URL to the Response headers
* Add Request URL to the Response headers
---------
Co-authored-by: Roman Zydyk <roman.zydyk@quantlane.com>