aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <HttpProxyStrategy.h>
Public Member Functions | |
HttpProxyStrategyBasicAuthConfig () | |
Public Attributes | |
AwsHttpProxyConnectionType | ConnectionType |
String | Username |
String | Password |
Configuration for a proxy strategy that performs basic authentication
Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::HttpProxyStrategyBasicAuthConfig | ( | ) |
AwsHttpProxyConnectionType Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::ConnectionType |
Basic auth can be applied either to forwarding or tunneling proxy connections, but we need to know the type ahead of time
String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Password |
Password to apply to the basic authentication process
String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Username |
Username to apply to the basic authentication process