-
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
Add optional proxy to tus client & uploader #84
Conversation
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.
Thank you for this PR! I have a few concerns but overall this goes in a great direction. Please also avoid force pushing, which makes reviews hard.
I added a new commit this time, that should fix all comments. On a side note, on a force push you could use the compare functionality for a review 🙂. |
@Acconut I found a small inconsistency in the readme, should now be ready for review round two! |
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.
Thank you very much. This looks nearly finished. Just two minor touches are left.
By default the NO_PROXY proxy is used which is the same as a direct request. Adding the possibility to override the proxy with an own instance pointing to the proxy to use when uploading.
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.
Thank you very much!
Awesome! |
Just released https://github.com/tus/tus-java-client/releases/tag/0.5.0. |
By default no proxy is used, which will look up if it should use a proxy or a direct request. Adding the possibility to add a proxy instance pointing to the proxy to use when uploading.
This will fix #52.