#include <HttpClientFactory.h>
Interface and default implementation of client for Http stack
Definition at line 28 of file HttpClientFactory.h.
◆ ~HttpClientFactory()
virtual Aws::Http::HttpClientFactory::~HttpClientFactory |
( |
| ) |
|
|
inlinevirtual |
◆ CleanupStaticState()
virtual void Aws::Http::HttpClientFactory::CleanupStaticState |
( |
| ) |
|
|
inlinevirtual |
◆ CreateHttpClient()
Creates a shared_ptr of HttpClient with the relevant settings from clientConfiguration
◆ CreateHttpRequest() [1/2]
Creates a shared_ptr of HttpRequest with uri, method, and closure for how to create a response stream.
◆ CreateHttpRequest() [2/2]
Creates a shared_ptr of HttpRequest with uri, method, and closure for how to create a response stream.
◆ InitStaticState()
virtual void Aws::Http::HttpClientFactory::InitStaticState |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: