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
HTTPSession.request can take any additional parameter via kwargs,
which allows for example to pass additional headers. However
HTTPSession.download_file, which calls the first method in order to
perform the query, doesn't allow that.
This change adds a kwargs parameter to HTTPSession.download_file
to pass additional parameters to the underlying call to
HTTPSession.request
0 commit comments