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 used to live here too; they
moved to blackbull.asgi.ASGIEvent so importing the framework doesn't
drag in the server stack.