|  | Home | Libraries | People | FAQ | More | 
permessage-deflate extension options.
        Defined in header <boost/beast/websocket/option.hpp>
      
struct permessage_deflate
| Name | Description | 
|---|---|
| 
                   | |
| Maximum client window bits to offer. | |
| 
                   | |
| Deflate compression level 0..9. | |
| Deflate memory level, 1..9. | |
| 
                   | |
| Maximum server window bits to offer. | |
| 
                   | 
These settings control the permessage-deflate extension, which allows messages to be compressed.
        Objects of this type are used with beast::websocket::stream::set_option.