-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added function to deal with redirection of HTTP requests #200
Conversation
fixing typo squashing commits
more linting issues fixed squashing linter issues
d6fecff
to
c6b0a9c
Compare
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would change the semantic of retries
argument.
Currently there is no handling for redirection of http requests. This function will add redirection handling.