Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
websocketpp::extensions::permessage_deflate::mode Namespace Reference

Enumerations

enum  value { accept = 1 , decline , largest , smallest }
 

Enumeration Type Documentation

◆ value

Enumerator
accept 

Accept any value the remote endpoint offers.

decline 

Decline any value the remote endpoint offers. Insist on defaults.

largest 

Use the largest value common to both offers.

smallest 

Use the smallest value common to both offers.

Definition at line 192 of file enabled.hpp.

192 {
194 accept = 1,
196 decline,
198 largest,
201};
@ accept
Accept any value the remote endpoint offers.
Definition enabled.hpp:194
@ smallest
Use the smallest value common to both offers.
Definition enabled.hpp:200
@ largest
Use the largest value common to both offers.
Definition enabled.hpp:198
@ decline
Decline any value the remote endpoint offers. Insist on defaults.
Definition enabled.hpp:196