blackbull.server.response¶ blackbull.server.response ¶ PriorityUpdateResponder ¶ Bases: Responder RFC 9218 §7.1 — receive PRIORITY_UPDATE, log the hint, do not schedule. Responder ¶ Abstract base class of responsing classes. You can find every subclass (i.e. responsing classes) by accessing subclasses(). RstStreamResponder ¶ Bases: Responder respond(handler) async ¶ Terminate the named stream and log the reason. RFC 9113 §6.4 validation: - RST_STREAM with stream_id 0 is a connection PROTOCOL_ERROR. - RST_STREAM on a stream in the IDLE state is a connection PROTOCOL_ERROR.