Heath Stewart @heaths.dev · Oct 2

Small change the size of a large change coming to #AzureSDK for #rustlang: while all client methods continue to be async, deserializing models is now sync. In most cases we already buffered the entire response anyway, but the goal was making sure we do so entirely in the pipeline (policy chain).

3 likes 1 replies

?

Replies

Heath Stewart · Oct 2

We're releasing a new beta soon, and after merging github.com/Azure/azure-... most client methods return a `Response<T>` that has the entire payload buffered with all built-in and custom policies having processed it. A new `AsyncResponse` for binary payload fetches subsequently outside the pipeline.