SatDump
2.0.0-alpha-76a915210
Loading...
Searching...
No Matches
http.h
Go to the documentation of this file.
1
#pragma once
2
7
8
#include <string>
9
10
namespace
satdump
11
{
20
size_t
curl_write_std_string(
void
*contents,
size_t
size,
size_t
nmemb, std::string *s);
21
32
int
perform_http_request(std::string url, std::string &result, std::string added_header =
""
,
float
*progress =
nullptr
);
33
44
int
perform_http_request_post(std::string url_str, std::string &result, std::string post_req, std::string added_header =
""
);
45
}
// namespace satdump
src-core
utils
http.h
Generated by
1.14.0