Loading [MathJax]/extensions/tex2jax.js
azure-core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
curl_session_private.hpp File Reference

The curl session consumes a curl connection to perform a request with it and start streaming the response. More...

#include "azure/core/http/http.hpp"
#include "curl_connection_pool_private.hpp"
#include "curl_connection_private.hpp"
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  Azure::Core::Http::CurlSession
 Stateful component that controls sending an HTTP Request with libcurl over the wire. More...
 

Namespaces

namespace  Azure
 Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
 

Detailed Description

Remarks
The curl session is a body stream derived class.