cavaliergopher / grab

A download manager package for Go
BSD 3-Clause "New" or "Revised" License
1.38k stars 151 forks source link

Cancel a download outside the Response scope. #51

Closed sokryptk closed 5 years ago

sokryptk commented 5 years ago

Can I cancel a download without having access to the resp := client.Do(req) object?

cavaliercoder commented 5 years ago

Yeah, sure! Just create your Request with a Context (Request.WithContext) then you can cancel the context.

cavaliercoder commented 5 years ago

Does this meet your need? Can I close this?

sokryptk commented 5 years ago

yea. thanks

On Tue, Jan 15, 2019 at 11:22 AM Ryan Armstrong notifications@github.com wrote:

Does this meet your need? Can I close this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cavaliercoder/grab/issues/51#issuecomment-454517417, or mute the thread https://github.com/notifications/unsubscribe-auth/AbmjYMSDgMwsONTCIUUz91CDINDUOX-dks5vDiqBgaJpZM4Ziabh .