|
size_t | write_data_into (void *, size_t, size_t, void *) |
| Write the downloaded content to a _HINTERNET structure. More...
|
|
size_t | write_data_into_file (void *, size_t, size_t, void *) |
| Write the downloaded content in the file pouted by the _HINTERNET structure. More...
|
|
size_t | header_write_data (void *, size_t, size_t, void *) |
| In case of presence of "Set-Cookie" in the headers red, store the cookie identifier in cookie. More...
|
|
void | setProxy (CURL *, char *, long) |
| Define the proxy to use for a CURL handler. More...
|
|
int | setProxiesForProtcol (CURL *, const char *) |
| MACOSX. More...
|
|
HINTERNET | InternetOpen (char *, int, char *, char *, int) |
| Create a HINTERNET. More...
|
|
char * | getProvenance (maps *, const char *) |
| Verify if the URL should use a shared cache or not. More...
|
|
int | isProtectedHost (const char *, const char *) |
| Verify if a host is protected (appear in [security] > hosts) More...
|
|
int | AddMissingHeaderEntry (_HINTERNET *, const char *, const char *) |
| Add missing headers to an existing _HINTERNET. More...
|
|
void | AddHeaderEntries (HINTERNET *, maps *) |
| Add headers defined in [security] > attributes to an existing HINTERNET. More...
|
|
void | InternetCloseHandle (HINTERNET *) |
| Close a HINTERNET connection and free allocated resources. More...
|
|
HINTERNET | InternetOpenUrl (HINTERNET *, LPCTSTR, LPCTSTR, size_t, size_t, size_t, const maps *) |
| Create a new element in the download queue. More...
|
|
int | processDownloads (HINTERNET *) |
| Download all opened urls in the queue. More...
|
|
int | freeCookieList (HINTERNET) |
| Initialize the cookie for a specific index (hInternet.nb) More...
|
|
int | InternetReadFile (_HINTERNET, LPVOID, int, size_t *) |
| Copy a downloaded content. More...
|
|
int | setBasicAuth (HINTERNET, char *, char *) |
| Use basic authentication for accessing a resource. More...
|
|