We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It will be more easy to migrate from code like io.Copy(writer, resp.Body) to grab if grab supports new download to an opened writer.
io.Copy(writer, resp.Body)
grab
grab.NewRequestToWriter(writer io.Writer, url string)
The text was updated successfully, but these errors were encountered:
yes, it is a good feature, i would also like to support this feature
Sorry, something went wrong.
@gonejack @cellargalaxy check this out. I just added support for grab.NewRequestToWriter. https://github.com/opensaucerer/grab#this-extended-version-of-the-original-cavaliergophergrab-now-allows-you-to-download-files-into-a-given-iowriter
grab.NewRequestToWriter
No branches or pull requests
It will be more easy to migrate from code like
io.Copy(writer, resp.Body)
tograb
ifgrab
supports new download to an opened writer.The text was updated successfully, but these errors were encountered: