Motivation: WebSocketVersion can be simplified by directly store the string representation in the enum. Modification: Pass in the string representation when creating the enum. Result: Cleaner code.
Motivation: WebSocketVersion can be simplified by directly store the string representation in the enum. Modification: Pass in the string representation when creating the enum. Result: Cleaner code.