aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Member Functions | Public Attributes | List of all members
Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig Struct Reference

#include <HttpProxyStrategy.h>

Public Member Functions

 HttpProxyStrategyBasicAuthConfig ()
 

Public Attributes

AwsHttpProxyConnectionType ConnectionType
 
String Username
 
String Password
 

Detailed Description

Configuration for a proxy strategy that performs basic authentication

Constructor & Destructor Documentation

◆ HttpProxyStrategyBasicAuthConfig()

Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::HttpProxyStrategyBasicAuthConfig ( )

Member Data Documentation

◆ ConnectionType

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

◆ Password

String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Password

Password to apply to the basic authentication process

◆ Username

String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Username

Username to apply to the basic authentication process


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