You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update samples and builder with improved proxy support (#196)
* Update samples and builder with improved proxy support
* Deprecate and don't use old parameter in samples when using websockets
* Doc update
Co-authored-by: Michael Graeb <graebm@amazon.com>
Copy file name to clipboardExpand all lines: docs/awsiot/mqtt_connection_builder.html
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ <h3>Navigation</h3>
133
133
<dt><strong>enable_metrics_collection</strong> (<cite>bool</cite>): Whether to send the SDK version number in the CONNECT packet.</dt><dd><p>Default is True.</p>
134
134
</dd>
135
135
</dl>
136
+
<p><strong>http_proxy_options</strong> (:class: ‘awscrt.http.HttpProxyOptions’): HTTP proxy options to use</p>
<li><p><strong>region</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.9)"><em>str</em></a>) – AWS region to use when signing.</p></li>
188
189
<li><p><strong>credentials_provider</strong> (<aclass="reference external" href="https://awslabs.github.io/aws-crt-python/api/auth.html#awscrt.auth.AwsCredentialsProvider" title="(in awscrt)"><em>awscrt.auth.AwsCredentialsProvider</em></a>) – Source of AWS credentials to use when signing.</p></li>
189
-
<li><p><strong>websocket_proxy_options</strong> (<aclass="reference external" href="https://awslabs.github.io/aws-crt-python/api/http.html#awscrt.http.HttpProxyOptions" title="(in awscrt)"><em>awscrt.http.HttpProxyOptions</em></a>) – If specified, a proxy is used when connecting.</p></li>
<li><p><strong>websocket_proxy_options</strong> (<aclass="reference external" href="https://awslabs.github.io/aws-crt-python/api/http.html#awscrt.http.HttpProxyOptions" title="(in awscrt)"><em>awscrt.http.HttpProxyOptions</em></a>) – If specified, a proxy is used when connecting.</p></li>
0 commit comments