StatusCode represents a WebSocket status code. https://tools.ietf.org/html/rfc6455#section-7.4
| 16 | // StatusCode represents a WebSocket status code. |
| 17 | // https://tools.ietf.org/html/rfc6455#section-7.4 |
| 18 | type StatusCode int |
| 19 | |
| 20 | // https://www.iana.org/assignments/websocket/websocket.xhtml#close-code-number |
| 21 | // |
no outgoing calls
no test coverage detected