4 #ifndef RUDIMENTS_URL_H
5 #define RUDIMENTS_URL_H
7 #include <rudiments/private/urlincludes.h>
35 class RUDIMENTS_DLLSPEC
url :
public file {
47 void setHttpPostContentType(
const char *contenttype);
48 void setHttpPostData(
const char *data, uint64_t size);
49 void setHttpUserAgent(
const char *useragent);
50 void setHttpHeaders(
const char *headers);
52 const char *getError();
54 #include <rudiments/private/url.h>