5 #ifndef CVMFS_SWISSKNIFE_LEASE_CURL_H_
6 #define CVMFS_SWISSKNIFE_LEASE_CURL_H_
10 #include "curl/curl.h"
19 const std::string &repo_path,
20 const std::string &repo_service_url,
23 bool MakeEndRequest(
const std::string &method,
const std::string &key_id,
24 const std::string &secret,
const std::string &session_token,
25 const std::string &repo_service_url,
26 const std::string &request_payload,
CurlBuffer *reply);
28 #endif // CVMFS_SWISSKNIFE_LEASE_CURL_H_
bool MakeEndRequest(const std::string &method, const std::string &key_id, const std::string &secret, const std::string &session_token, const std::string &repo_service_url, const std::string &request_payload, CurlBuffer *reply)
static void MakeAcquireRequest(const gateway::GatewayKey &key, const std::string &repo_path, const std::string &repo_service_url, int llvl, CurlBuffer *buffer)