Documentation ¶
Overview ¶
Wgetter downloads and saves/pipes HTTP requests
Index ¶
Constants ¶
View Source
const ( VERSION = "0.5.0" FILEMODE os.FileMode = 0660 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Wgetter ¶
type Wgetter struct { IsContinue bool // should be set explicitly to false when running from CLI. uggo will detect as best as possible AlwaysPipeStdin bool OutputFilename string Timeout int //TODO Retries int //TODO IsVerbose bool //todo DefaultPage string UserAgent string //todo ProxyUser string //todo ProxyPassword string //todo Referer string //todo SaveHeaders bool //todo PostData string //todo HttpUser string //todo HttpPassword string //todo IsNoCheckCertificate bool SecureProtocol string // contains filtered or unexported fields }
TODO ftp (3rd party supp?) clobber behaviour limit-rate timeouts - connect,read,dns? wait,waitretry proxies/? quota/? user/password/ask-password certificates/no-check-certificate ... exit statuses recursive downloads timestamping wgetrc
Click to show internal directories.
Click to hide internal directories.