Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
websocket::stream::is_deflate_supported

Indicates if the permessage-deflate extension is supported.

Synopsis
using is_deflate_supported = std::integral_constant< bool, deflateSupported >;
Description

PrevUpHomeNext