-
Notifications
You must be signed in to change notification settings - Fork 235
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
Allow cancelable requests using contexts #102
Comments
Yeah I think standardizing on
|
I will pick this up. Can you please assign it to me @dadgar @mitchellh |
@MithunArunan Feel free to post a PR once you have the feature. We do not generally assign tickets to outside contributors. |
Howdy 🙂 ! The go-getter is now cancellable as per #133 I think this issue can be closed ! Feel free to open an issue is there's a missing feature or a bug ! |
It would be nice to provide a mechanism in which to be able to cancel the request. If we standardized on using contexts, the cancel could be done because it is no longer needed or to implement a timeout (https://golang.org/pkg/context/#WithTimeout)
The text was updated successfully, but these errors were encountered: