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. ```golang grab.NewRequestToWriter(writer io.Writer, url string) ```