azure-core
Public Attributes | List of all members
Azure::Core::Http::Policies::TransportOptions Struct Referencefinal

HTTP transport options parameterize the HTTP transport adapter being used.

#include <policy.hpp>

Public Attributes

std::shared_ptr< HttpTransportTransport = _detail::GetTransportAdapter()
 Azure::Core::Http::HttpTransport that the transport policy will use to send and receive requests and responses over the wire. More...
 

Member Data Documentation

◆ Transport

std::shared_ptr<HttpTransport> Azure::Core::Http::Policies::TransportOptions::Transport = _detail::GetTransportAdapter()
Note
When no option is set, the default transport adapter on non-Windows platforms is the libcurl transport adapter and WinHTTP transport adapter on Windows.
See https://github.com/Azure/azure-sdk-for-cpp/blob/azure-core_1.7.0-beta.1/doc/HttpTransportAdapter.md.
Remarks
When using a custom transport adapter, the implementation for AzureSdkGetCustomHttpTransport() must be linked in the end-user application.

The documentation for this struct was generated from the following file: