-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy path_http_proxy_strategy_8h_source.html
179 lines (177 loc) · 25.1 KB
/
_http_proxy_strategy_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>aws-crt-cpp: include/aws/crt/http/HttpProxyStrategy.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">aws-crt-cpp
</div>
<div id="projectbrief">C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_076842b242c291358044feb169933571.html">aws</a></li><li class="navelem"><a class="el" href="dir_cc4322e4b2151c90adb7cd2e3f54423a.html">crt</a></li><li class="navelem"><a class="el" href="dir_e8db083dcbf399d3a7f9ad98d39e0e38.html">http</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">HttpProxyStrategy.h</div></div>
</div><!--header-->
<div class="contents">
<a href="_http_proxy_strategy_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include <<a class="code" href="_types_8h.html">aws/crt/Types.h</a>></span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include <memory></span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="keyword">struct </span>aws_http_proxy_strategy;</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_aws.html">Aws</a></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span>{</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> <span class="keyword">namespace </span>Crt</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> {</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <span class="keyword">namespace </span>Http</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> {</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <span class="keyword">enum class</span> <a class="code hl_enumeration" href="namespace_aws_1_1_crt_1_1_http.html#a3f13c5720d947936b72cee24545ea82a">AwsHttpProxyConnectionType</a>;</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="foldopen" id="foldopen00024" data-start="{" data-end="};">
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html"> 24</a></span> <span class="keyword">struct </span><a class="code hl_define" href="_exports_8h.html#a0a3f6c46aee6b588ce99a142cdb22d1d">AWS_CRT_CPP_API</a> <a class="code hl_struct" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html">HttpProxyStrategyBasicAuthConfig</a></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> {</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <a class="code hl_struct" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html">HttpProxyStrategyBasicAuthConfig</a>();</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html#a4c40d92babe5794d019693c7284d653f"> 32</a></span> <a class="code hl_enumeration" href="namespace_aws_1_1_crt_1_1_http.html#a3f13c5720d947936b72cee24545ea82a">AwsHttpProxyConnectionType</a> <a class="code hl_variable" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html#a4c40d92babe5794d019693c7284d653f">ConnectionType</a>;</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html#a2528ccd629d958bf29706df77c3cd8ad"> 37</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">String</a> <a class="code hl_variable" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html#a2528ccd629d958bf29706df77c3cd8ad">Username</a>;</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html#a69a15cf377ad2ab577d3ac67eb2d6894"> 42</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">String</a> <a class="code hl_variable" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html#a69a15cf377ad2ab577d3ac67eb2d6894">Password</a>;</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> };</div>
</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="namespace_aws_1_1_crt_1_1_http.html#aae93e8c5831141991600b318b1df21d7"> 45</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="namespace_aws_1_1_crt_1_1_http.html#aae93e8c5831141991600b318b1df21d7">KerberosGetTokenFunction</a> = std::function<bool(<a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">String</a> &)>;</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="namespace_aws_1_1_crt_1_1_http.html#ad6ff911d785539e09b5620ad25d32e0b"> 46</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="namespace_aws_1_1_crt_1_1_http.html#ad6ff911d785539e09b5620ad25d32e0b">NtlmGetTokenFunction</a> = std::function<bool(<span class="keyword">const</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">String</a> &, <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">String</a> &)>;</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="foldopen" id="foldopen00057" data-start="{" data-end="};">
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html"> 57</a></span> <span class="keyword">struct </span><a class="code hl_define" href="_exports_8h.html#a0a3f6c46aee6b588ce99a142cdb22d1d">AWS_CRT_CPP_API</a> <a class="code hl_struct" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html">HttpProxyStrategyAdaptiveConfig</a></div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> {</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#a46fe7ae274dfbd9b8c60e00ed1860717"> 59</a></span> <a class="code hl_function" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#a46fe7ae274dfbd9b8c60e00ed1860717">HttpProxyStrategyAdaptiveConfig</a>() : KerberosGetToken(), NtlmGetCredential(), NtlmGetToken() {}</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#ad638c2e0d3a55bca42ddb35908434bfa"> 64</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt_1_1_http.html#aae93e8c5831141991600b318b1df21d7">KerberosGetTokenFunction</a> <a class="code hl_variable" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#ad638c2e0d3a55bca42ddb35908434bfa">KerberosGetToken</a>;</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#a412e322a88464aa867785ddd62ef6f64"> 69</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt_1_1_http.html#aae93e8c5831141991600b318b1df21d7">KerberosGetTokenFunction</a> <a class="code hl_variable" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#a412e322a88464aa867785ddd62ef6f64">NtlmGetCredential</a>;</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#afef5445e6f5b5f13524e765435d3c272"> 74</a></span> <a class="code hl_typedef" href="namespace_aws_1_1_crt_1_1_http.html#ad6ff911d785539e09b5620ad25d32e0b">NtlmGetTokenFunction</a> <a class="code hl_variable" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#afef5445e6f5b5f13524e765435d3c272">NtlmGetToken</a>;</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> };</div>
</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="foldopen" id="foldopen00081" data-start="{" data-end="};">
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy.html"> 81</a></span> <span class="keyword">class </span><a class="code hl_define" href="_exports_8h.html#a0a3f6c46aee6b588ce99a142cdb22d1d">AWS_CRT_CPP_API</a> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy.html">HttpProxyStrategy</a></div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> {</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy.html">HttpProxyStrategy</a>(<span class="keyword">struct</span> aws_http_proxy_strategy *strategy);</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <span class="keyword">virtual</span> <a class="code hl_class" href="class_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy.html">~HttpProxyStrategy</a>();</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> <span class="keyword">struct </span>aws_http_proxy_strategy *GetUnderlyingHandle() <span class="keyword">const</span> <span class="keyword">noexcept</span> { <span class="keywordflow">return</span> m_strategy; }</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="keyword">static</span> std::shared_ptr<HttpProxyStrategy> CreateBasicHttpProxyStrategy(</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> <span class="keyword">const</span> <a class="code hl_struct" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html">HttpProxyStrategyBasicAuthConfig</a> &config,</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Allocator</a> *allocator = <a class="code hl_function" href="namespace_aws_1_1_crt.html#a47fd6342e28c4e66e4637a404153918a">ApiAllocator</a>());</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> <span class="keyword">static</span> std::shared_ptr<HttpProxyStrategy> CreateAdaptiveHttpProxyStrategy(</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <span class="keyword">const</span> <a class="code hl_struct" href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html">HttpProxyStrategyAdaptiveConfig</a> &config,</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> <a class="code hl_typedef" href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Allocator</a> *allocator = <a class="code hl_function" href="namespace_aws_1_1_crt.html#a47fd6342e28c4e66e4637a404153918a">ApiAllocator</a>());</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> </div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> <span class="keyword">protected</span>:</div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="class_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy.html#a2325400312b35167c8b6a2b83ce5e0b3"> 112</a></span> <span class="keyword">struct </span>aws_http_proxy_strategy *<a class="code hl_variable" href="class_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy.html#a2325400312b35167c8b6a2b83ce5e0b3">m_strategy</a>;</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> };</div>
</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> } <span class="comment">// namespace Http</span></div>
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> } <span class="comment">// namespace Crt</span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span>} <span class="comment">// namespace Aws</span></div>
<div class="ttc" id="a_exports_8h_html_a0a3f6c46aee6b588ce99a142cdb22d1d"><div class="ttname"><a href="_exports_8h.html#a0a3f6c46aee6b588ce99a142cdb22d1d">AWS_CRT_CPP_API</a></div><div class="ttdeci">#define AWS_CRT_CPP_API</div><div class="ttdef"><b>Definition</b> Exports.h:36</div></div>
<div class="ttc" id="a_types_8h_html"><div class="ttname"><a href="_types_8h.html">Types.h</a></div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_html"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy.html">Aws::Crt::Http::HttpProxyStrategy</a></div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:82</div></div>
<div class="ttc" id="aclass_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_html_a2325400312b35167c8b6a2b83ce5e0b3"><div class="ttname"><a href="class_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy.html#a2325400312b35167c8b6a2b83ce5e0b3">Aws::Crt::Http::HttpProxyStrategy::m_strategy</a></div><div class="ttdeci">struct aws_http_proxy_strategy * m_strategy</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:112</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_1_1_http_html_a3f13c5720d947936b72cee24545ea82a"><div class="ttname"><a href="namespace_aws_1_1_crt_1_1_http.html#a3f13c5720d947936b72cee24545ea82a">Aws::Crt::Http::AwsHttpProxyConnectionType</a></div><div class="ttdeci">AwsHttpProxyConnectionType</div><div class="ttdef"><b>Definition</b> HttpConnection.h:243</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_1_1_http_html_aae93e8c5831141991600b318b1df21d7"><div class="ttname"><a href="namespace_aws_1_1_crt_1_1_http.html#aae93e8c5831141991600b318b1df21d7">Aws::Crt::Http::KerberosGetTokenFunction</a></div><div class="ttdeci">std::function< bool(String &)> KerberosGetTokenFunction</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:45</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_1_1_http_html_ad6ff911d785539e09b5620ad25d32e0b"><div class="ttname"><a href="namespace_aws_1_1_crt_1_1_http.html#ad6ff911d785539e09b5620ad25d32e0b">Aws::Crt::Http::NtlmGetTokenFunction</a></div><div class="ttdeci">std::function< bool(const String &, String &)> NtlmGetTokenFunction</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:46</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_html_a3df51ca65ad8c873825aacd24abba5f5"><div class="ttname"><a href="namespace_aws_1_1_crt.html#a3df51ca65ad8c873825aacd24abba5f5">Aws::Crt::Allocator</a></div><div class="ttdeci">aws_allocator Allocator</div><div class="ttdef"><b>Definition</b> Allocator.h:14</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_html_a47fd6342e28c4e66e4637a404153918a"><div class="ttname"><a href="namespace_aws_1_1_crt.html#a47fd6342e28c4e66e4637a404153918a">Aws::Crt::ApiAllocator</a></div><div class="ttdeci">AWS_CRT_CPP_API Allocator * ApiAllocator() noexcept</div><div class="ttdef"><b>Definition</b> Allocator.cpp:24</div></div>
<div class="ttc" id="anamespace_aws_1_1_crt_html_a865381ab2bc5db45524fa6ce43c394c3"><div class="ttname"><a href="namespace_aws_1_1_crt.html#a865381ab2bc5db45524fa6ce43c394c3">Aws::Crt::String</a></div><div class="ttdeci">std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String</div><div class="ttdef"><b>Definition</b> Types.h:45</div></div>
<div class="ttc" id="anamespace_aws_html"><div class="ttname"><a href="namespace_aws.html">Aws</a></div><div class="ttdef"><b>Definition</b> Allocator.h:11</div></div>
<div class="ttc" id="astruct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config_html"><div class="ttname"><a href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html">Aws::Crt::Http::HttpProxyStrategyAdaptiveConfig</a></div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:58</div></div>
<div class="ttc" id="astruct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config_html_a412e322a88464aa867785ddd62ef6f64"><div class="ttname"><a href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#a412e322a88464aa867785ddd62ef6f64">Aws::Crt::Http::HttpProxyStrategyAdaptiveConfig::NtlmGetCredential</a></div><div class="ttdeci">KerberosGetTokenFunction NtlmGetCredential</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:69</div></div>
<div class="ttc" id="astruct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config_html_a46fe7ae274dfbd9b8c60e00ed1860717"><div class="ttname"><a href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#a46fe7ae274dfbd9b8c60e00ed1860717">Aws::Crt::Http::HttpProxyStrategyAdaptiveConfig::HttpProxyStrategyAdaptiveConfig</a></div><div class="ttdeci">HttpProxyStrategyAdaptiveConfig()</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:59</div></div>
<div class="ttc" id="astruct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config_html_ad638c2e0d3a55bca42ddb35908434bfa"><div class="ttname"><a href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#ad638c2e0d3a55bca42ddb35908434bfa">Aws::Crt::Http::HttpProxyStrategyAdaptiveConfig::KerberosGetToken</a></div><div class="ttdeci">KerberosGetTokenFunction KerberosGetToken</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:64</div></div>
<div class="ttc" id="astruct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config_html_afef5445e6f5b5f13524e765435d3c272"><div class="ttname"><a href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_adaptive_config.html#afef5445e6f5b5f13524e765435d3c272">Aws::Crt::Http::HttpProxyStrategyAdaptiveConfig::NtlmGetToken</a></div><div class="ttdeci">NtlmGetTokenFunction NtlmGetToken</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:74</div></div>
<div class="ttc" id="astruct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config_html"><div class="ttname"><a href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html">Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig</a></div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:25</div></div>
<div class="ttc" id="astruct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config_html_a2528ccd629d958bf29706df77c3cd8ad"><div class="ttname"><a href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html#a2528ccd629d958bf29706df77c3cd8ad">Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Username</a></div><div class="ttdeci">String Username</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:37</div></div>
<div class="ttc" id="astruct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config_html_a4c40d92babe5794d019693c7284d653f"><div class="ttname"><a href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html#a4c40d92babe5794d019693c7284d653f">Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::ConnectionType</a></div><div class="ttdeci">AwsHttpProxyConnectionType ConnectionType</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:32</div></div>
<div class="ttc" id="astruct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config_html_a69a15cf377ad2ab577d3ac67eb2d6894"><div class="ttname"><a href="struct_aws_1_1_crt_1_1_http_1_1_http_proxy_strategy_basic_auth_config.html#a69a15cf377ad2ab577d3ac67eb2d6894">Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Password</a></div><div class="ttdeci">String Password</div><div class="ttdef"><b>Definition</b> HttpProxyStrategy.h:42</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>