Closed catcherwong closed 1 year ago
@all-contributors add @catcherwong for code
@pjirsa
This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token } in JSON at position 4654
@all-contributors add @catcherwong for code
@pjirsa
I've put up a pull request to add @catcherwong! :tada:
Based on Avoid using synchronous Read/Write overloads on HttpRequest.Body and HttpResponse.Body and many samples of azure function, such as
https://github.com/azure-samples/azure-sql-binding-func-dotnet-todo/blob/main/PostToDo.cs#L27
and
https://github.com/azure-samples/media-services-v3-dotnet-core-functions-integration/blob/main/Functions/CreateEmptyAsset.cs#L86
Using
ReadToEndAsync
to replaceReadToEnd
may be better here.