azure-core
Classes | Namespaces
win_http_transport.hpp File Reference

Azure::Core::Http::HttpTransport implementation via WinHTTP. More...

#include "azure/core/context.hpp"
#include "azure/core/http/http.hpp"
#include "azure/core/http/transport.hpp"
#include <azure/core/platform.hpp>
#include <type_traits>
#include <vector>
#include <winhttp.h>

Go to the source code of this file.

Classes

struct  Azure::Core::Http::WinHttpTransportOptions
 Sets the WinHTTP session and connection options used to customize the behavior of the transport. More...
 
class  Azure::Core::Http::WinHttpTransport
 Concrete implementation of an HTTP transport that uses WinHTTP when sending and receiving requests and responses over the wire. More...
 

Namespaces

 Azure
 Azure SDK abstractions.
 
 Azure::Core
 Abstractions commonly used by Azure SDK client libraries.
 
 Azure::Core::Http
 Abstractions related to HTTP transport layer.