StatusCode represents a WebSocket status code. https://tools.ietf.org/html/rfc6455#section-7.4
| 449 | // StatusCode represents a WebSocket status code. |
| 450 | // https://tools.ietf.org/html/rfc6455#section-7.4 |
| 451 | type StatusCode int |
| 452 | |
| 453 | // https://www.iana.org/assignments/websocket/websocket.xhtml#close-code-number |
| 454 | // |