refactor: use reqwest to handle http-get requests

Closes #82
This commit is contained in:
Friedel Ziegelmayer
2019-05-27 09:06:55 +02:00
committed by GitHub
parent a247e5b143
commit f0cfcef864
5 changed files with 21 additions and 123 deletions

View File

@@ -1104,6 +1104,8 @@ time_t dc_lot_get_timestamp (const dc_lot_t*);
/**
* NOT_USED_ANYMORE
*
* Request a HTTP-file or HTTPS-file from the frontend using HTTP-GET.
*
* @param data1 (const char*) Null-terminated UTF-8 string containing the URL.
@@ -1121,6 +1123,8 @@ time_t dc_lot_get_timestamp (const dc_lot_t*);
/**
* NOT_USED_ANYMORE
*
* Request a HTTP-file or HTTPS-file from the frontend using HTTP-POST.
*
* @param data1 (const char*) Null-terminated UTF-8 string containing the URL.