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