Skip to content

ServerState

faststream.asgi.app.ServerState #

Bases: Protocol

extra_options instance-attribute #

extra_options: dict[str, SettingField]

stop abstractmethod #

stop() -> None
Source code in faststream/asgi/app.py
@abstractmethod
def stop(self) -> None: ...