class documentation

A request handler that implements WSGI dispatching.

Method __getattr__ Undocumented
Method address_string Undocumented
Method connection_dropped Called if the connection was closed by the client. By default nothing happens.
Method handle Handles a request ignoring dropped connections.
Method log Undocumented
Method log_error Undocumented
Method log_message Undocumented
Method log_request Undocumented
Method make_environ Undocumented
Method port_integer Undocumented
Method run_wsgi Undocumented
Class Variable server Undocumented
Instance Variable client_address Undocumented
Instance Variable environ Undocumented
Property server_version Undocumented
def __getattr__(self, name: str) -> t.Any: (source)

Undocumented

def address_string(self) -> str: (source)

Undocumented

def connection_dropped(self, error: BaseException, environ: t.Optional[WSGIEnvironment] = None): (source)

Called if the connection was closed by the client. By default nothing happens.

def handle(self): (source)

Handles a request ignoring dropped connections.

def log(self, type: str, message: str, *args: t.Any): (source)

Undocumented

def log_error(self, format: str, *args: t.Any): (source)

Undocumented

def log_message(self, format: str, *args: t.Any): (source)

Undocumented

def log_request(self, code: t.Union[int, str] = '-', size: t.Union[int, str] = '-'): (source)

Undocumented

def make_environ(self) -> WSGIEnvironment: (source)

Undocumented

def port_integer(self) -> int: (source)

Undocumented

def run_wsgi(self): (source)

Undocumented

Undocumented

client_address: tuple = (source)

Undocumented

Undocumented

@property
server_version: str = (source)

Undocumented