Klaus-Georg Adams
Klaus-Georg Adams
Okay, fair enough. How do you want to go about this? * expansion of the interface with new functions (`RunWithContext`)? * change the existing interface (which would probably mean going...
Is this what you had in mind? The external interface is unaffected, but for all exposed functions we now have an alternative that takes a `context.Context` as first argument.
> @masterzen Would you be interested in a PR, where we pass the context to the http request as well with `http.NewRequestWithContext`, so we can control cancellation of the entire...