5 url &operator=(
const url &u);
8 void lowLevelOpen(
const char *name, int32_t flags,
9 mode_t perms,
bool useperms);
10 int32_t lowLevelClose();
12 ssize_t lowLevelRead(
void *buffer, ssize_t size)
const;
16 bool http(
const char *host,
21 static bool initUrl();
22 static void shutDownUrl();
24 static size_t writeData(
void *buffer,
size_t size,
25 size_t nmemb,
void *userp);