5 #ifndef CVMFS_SWISSKNIFE_LEASE_CURL_H_
6 #define CVMFS_SWISSKNIFE_LEASE_CURL_H_
10 #include "curl/curl.h"
17 const std::string& repo_path,
18 const std::string& repo_service_url,
21 bool MakeEndRequest(
const std::string& method,
const std::string& key_id,
22 const std::string& secret,
const std::string& session_token,
23 const std::string& repo_service_url,
24 const std::string& request_payload,
CurlBuffer* reply);
26 #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)