MCPcopy Index your code
hub / github.com/coder/websocket / StatusCode

TypeAlias StatusCode

ws_js.go:451–451  ·  view source on GitHub ↗

StatusCode represents a WebSocket status code. https://tools.ietf.org/html/rfc6455#section-7.4

Source from the content-addressed store, hash-verified

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

Callers 1

initMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected