Azure / azure-libraries-for-java

Azure Management Libraries for Java
https://docs.microsoft.com/en-us/java/azure/
MIT License
94 stars 98 forks source link

support OkHttp protocols #1270

Closed weidongxu-microsoft closed 4 years ago

weidongxu-microsoft commented 4 years ago

fix https://github.com/Azure/azure-libraries-for-java/issues/1197

Code sample

            Azure azure = Azure.configure()
                    .withProtocols(Arrays.asList(Protocol.HTTP_1_1))
                    ...
weidongxu-microsoft commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines successfully started running 1 pipeline(s).