14struct link *http_query(
const char *url,
const char *action, time_t stoptime);
15struct link *http_query_no_cache(
const char *url,
const char *action, time_t stoptime);
16struct link *http_query_size(
const char *url,
const char *action, INT64_T * size, time_t stoptime,
int cache_reload);
17struct link *http_query_size_via_proxy(
const char *proxy,
const char *url,
const char *action, INT64_T * size, time_t stoptime,
int cache_reload);
19INT64_T http_fetch_to_file(
const char *url,
const char *filename, time_t stoptime);
A high level TCP connection library.