Need to integrate zstandard compression algorithm to compress/decompress API request/response
Hardik Bhadania
0
Reputation points
I need to integrate zstandard compression algorithm to compress/decompress API request/response.
I've started doing this by CustomCompressionProvider class which implements ICompressionProvider interface.
While implementing CreateStream method, I'm confused from where we can get actual API response data which I need to compress. Also didn't get what is the use of argument of this CreateStream method.
Developer technologies | ASP.NET | ASP.NET Core
4,815 questions
Developer technologies | ASP.NET | ASP.NET API
447 questions
Sign in to answer