How to improve memory allocation when creating HttpContent
In almost every application created in .NET, there will be a use case for making an outgoing HTTP call to an external resource. For some of these calls, especially when using POST and PUT verbs, a payload is usually attached to the HttpRequest object...
hashnode.devindran.com6 min read