ServerState faststream.asgi.app.ServerState # Bases: Protocol extra_options instance-attribute # extra_options stop abstractmethod # stop() Source code in faststream/asgi/app.py 52 53@abstractmethod def stop(self) -> None: ...