mirror of
https://github.com/mudler/luet.git
synced 2025-09-07 10:10:17 +00:00
Update vendor github.com/cavaliercoder/grab
This commit is contained in:
5
vendor/github.com/cavaliercoder/grab/request.go
generated
vendored
5
vendor/github.com/cavaliercoder/grab/request.go
generated
vendored
@@ -51,6 +51,11 @@ type Request struct {
|
||||
// completed in full, it will not be restarted.
|
||||
NoResume bool
|
||||
|
||||
// NoStore specifies that grab should not write to the local file system.
|
||||
// Instead, the download will be stored in memory and accessible only via
|
||||
// Response.Open or Response.Bytes.
|
||||
NoStore bool
|
||||
|
||||
// NoCreateDirectories specifies that any missing directories in the given
|
||||
// Filename path should not be created automatically, if they do not already
|
||||
// exist.
|
||||
|
Reference in New Issue
Block a user