WSGIProtocol fastagency.base.WSGIProtocol # Bases: Protocol handle_wsgi # handle_wsgi( app: Runnable, environ: dict[str, Any], start_response: Callable[..., Any], ) -> list[bytes] Source code in fastagency/base.py 296 297 298 299 300 301def handle_wsgi( self, app: "Runnable", environ: dict[str, Any], start_response: Callable[..., Any], ) -> list[bytes]: ...