Versions in this module Expand all Collapse all v0 v0.2.1 Feb 13, 2019 v0.2.0 Aug 3, 2018 Changes in this version + func DebugInfo(w http.ResponseWriter, req *http.Request) + func DownloadByGetter(url string, header map[string][]string, name string) (string, error) + func GetArgs(w http.ResponseWriter, r *http.Request) + func GetEnv(w http.ResponseWriter, r *http.Request) + func Process(w http.ResponseWriter, r *http.Request) + type DFGetter struct + func (dfGetter *DFGetter) Download(url string, header map[string][]string, name string) (string, error) + type DFRoundTripper struct + Round *http.Transport + Round2 http.RoundTripper + func (roundTripper *DFRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) + type Downloader interface + Download func(url string, header map[string][]string, name string) (string, error)