#include <string>
#include "curl/curl.h"
Go to the source code of this file.
|
bool | MakeAcquireRequest (const std::string &key_id, const std::string &secret, const std::string &repo_path, const std::string &repo_service_url, CurlBuffer *buffer) |
|
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) |
|
bool MakeAcquireRequest |
( |
const std::string & |
key_id, |
|
|
const std::string & |
secret, |
|
|
const std::string & |
repo_path, |
|
|
const std::string & |
repo_service_url, |
|
|
CurlBuffer * |
buffer |
|
) |
| |
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 |
|
) |
| |