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
add support for: response.raise_for_status(): to catch HTTP errors. base_url: don't have to repeat base part of the URL every time session.close(): proper cleanup timeout=(connect_timeout, read_timeout): timeout right now only accepts a single value
also expose follow_redirects to def post(): RClient.request() got an unexpected keyword argument 'follow_redirects'
The text was updated successfully, but these errors were encountered:
add support for:
response.raise_for_status()
: to catch HTTP errors.base_url
: don't have to repeat base part of the URL every timesession.close()
: proper cleanuptimeout=(connect_timeout, read_timeout)
: timeout right now only accepts a single valuealso expose
follow_redirects
todef post()
:RClient.request() got an unexpected keyword argument 'follow_redirects'
The text was updated successfully, but these errors were encountered: