Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilenameFromUrl ¶
Types ¶
type DlResponse ¶ added in v0.1.8
type DlResponse struct { DlUrl string `json:"dl_url"` DlSize int `json:"dl_size"` DlFilename string `json:"dl_filename"` }
func GetDlResponse ¶ added in v0.1.8
func GetDlResponse(URL string) (resp *http.Response, r DlResponse, err error)
Click to show internal directories.
Click to hide internal directories.