|
|
The libcurl connection keeps the curl handle and performs the data transfer to the network. More...
#include "azure/core/http/http.hpp"
#include "azure/core/internal/unique_handle.hpp"
#include <chrono>
#include <string>
#include <curl/curl.h>
Go to the source code of this file.
Classes | |
class | Azure::Core::Http::CurlNetworkConnection |
Interface for the connection to the network with Curl. More... | |
class | Azure::Core::Http::CurlConnection |
CURL HTTP connection. More... | |
Namespaces | |
namespace | Azure |
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512. | |
Typedefs | |
typedef struct x509_store_ctx_st | X509_STORE_CTX |
From openssl/x509.h. Avoids needing to include openssl headers. | |