Showing results for HTTP transport - Azure SDK Blog

Apr 5, 2023
0
1

Transport sharing in the Azure SDK for Python

Xiang Yan
Xiang Yan

Learn how to improve the performance and efficiency of your Azure SDK for Python applications by sharing a transport object across multiple clients or requests.

pythonazure-sdkazuresdk
Jul 28, 2020
1
0

Custom transport in Python SDK: an HTTPX experiment

lmazuel
lmazuel

One of the most important design concepts of the new Azure SDK for Python is that the SDK is modular. This allows us to provide highly customizable HTTP pipelines that users can configure to their own needs. In this article, I will briefly describe the main HTTP pipeline for the Azure SDK for Python, then focus on the HTTP transport and the ab

pythonHTTPHTTP transport