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
Awhile back I needed help with something, and you helped answer my issue.
The way your library handles parsing for the HttpResponse object - is it superior to the suggested answer there?
In my case, I first parse the object to a json string (using JsonSerializer.Deserialize), and then I pass it to the HttpResponse object by its WriteAsync method, which utilizes the new System.IO.Pipelines API, followed by a HttpResponse.Body.FlushAsync call.
Looking forward to hearing from you!
The text was updated successfully, but these errors were encountered:
Greetings @davidfowl !
Awhile back I needed help with something, and you helped answer my issue.
The way your library handles parsing for the HttpResponse object - is it superior to the suggested answer there?
In my case, I first parse the object to a json string (using
JsonSerializer.Deserialize
), and then I pass it to the HttpResponse object by itsWriteAsync
method, which utilizes the newSystem.IO.Pipelines
API, followed by aHttpResponse.Body.FlushAsync
call.Looking forward to hearing from you!
The text was updated successfully, but these errors were encountered: