enum urltype_e urltype
Supported URL types.
struct urlinfo_s * urlinfo
urltype_e
Supported URL types.
urltype urlIsURL(const char *url)
Return type of URL.
int urlGetFile(const char *url, const char *dest)
Copy data from URL to local file.
urlinfo urlNew(void)
Create a URL info structure instance.
urlinfo urlFree(urlinfo u)
Free a URL info structure instance.
int urlSplit(const char *url, urlinfo *uret)
Parse URL string into a control structure.
urltype urlPath(const char *url, const char **pathp)
Return path component of URL.