-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request