6 #include "prometheus/detail/http_method.h"
13 CurlWrapper(
const std::string& username,
const std::string& password);
15 CurlWrapper(
const CurlWrapper&) =
delete;
16 CurlWrapper(CurlWrapper&&) =
delete;
17 CurlWrapper& operator=(
const CurlWrapper&) =
delete;
18 CurlWrapper& operator=(CurlWrapper&&) =
delete;
22 int performHttpRequest(HttpMethod method,
const std::string& uri,
23 const std::string& body);