Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
websocket::stream::compress

Set the compress message write option.

void
compress(
    bool value);
  » more...

Returns true if the compress message write option is set.

bool
compress() const;
  » more...

PrevUpHomeNext