microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.97k stars 1.65k forks source link

Plans to support automatic decompress for http server ASIO #1621

Open iocumine opened 3 years ago

iocumine commented 3 years ago

Hello,

is there already some implementation or existing plans to support automatic decompress of gzip compressed requests for the asio server implementation similar to the existing windows_request_context?