aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
This is the complete list of members for Aws::Crt::Http::AdaptiveHttpProxyStrategy, including all inherited members.
AdaptiveHttpProxyStrategy(Allocator *allocator, const KerberosGetTokenFunction &kerberosGetToken, const KerberosGetTokenFunction &ntlmGetCredential, const NtlmGetTokenFunction &ntlmGetToken) | Aws::Crt::Http::AdaptiveHttpProxyStrategy | inline |
CreateAdaptiveHttpProxyStrategy(const HttpProxyStrategyAdaptiveConfig &config, Allocator *allocator=ApiAllocator()) | Aws::Crt::Http::HttpProxyStrategy | static |
CreateBasicHttpProxyStrategy(const HttpProxyStrategyBasicAuthConfig &config, Allocator *allocator=ApiAllocator()) | Aws::Crt::Http::HttpProxyStrategy | static |
HttpProxyStrategy(struct aws_http_proxy_strategy *strategy) | Aws::Crt::Http::HttpProxyStrategy | |
KerberosGetToken(void *user_data, int *error_code) | Aws::Crt::Http::AdaptiveHttpProxyStrategy | inlinestatic |
m_strategy | Aws::Crt::Http::HttpProxyStrategy | protected |
NtlmGetCredential(void *user_data, int *error_code) | Aws::Crt::Http::AdaptiveHttpProxyStrategy | inlinestatic |
NtlmGetToken(void *user_data, const struct aws_byte_cursor *challenge_cursor, int *error_code) | Aws::Crt::Http::AdaptiveHttpProxyStrategy | inlinestatic |
SetStrategy(struct aws_http_proxy_strategy *strategy) | Aws::Crt::Http::AdaptiveHttpProxyStrategy | inline |
~HttpProxyStrategy() | Aws::Crt::Http::HttpProxyStrategy | virtual |