Skip to content

ServerState

faststream.asgi.app.ServerState #

Bases: Protocol

extra_options instance-attribute #

extra_options

stop abstractmethod #

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