blackbull.server.constants¶
blackbull.server.constants
¶
Server-protocol constants.
WSCloseCode is an IntEnum for the WebSocket close codes used on the
wire (RFC 6455 ยง7.4). ASGI event-type strings belong to
blackbull.asgi.ASGIEvent, not here: they are part of the protocol
vocabulary the framework and any external ASGI host share, while this module
is the server's own.