class documentation

class WSGIServer(simple_server.WSGIServer):

Known subclasses: django.core.servers.basehttp.ThreadedWSGIServer

View In Hierarchy

BaseHTTPServer that implements the Python WSGI protocol
Method __init__ Undocumented
Method handle​_error Undocumented
Class Variable request​_queue​_size Undocumented
Instance Variable address​_family Undocumented
Instance Variable allow​_reuse​_address Undocumented
def __init__(self, *args, ipv6=False, allow_reuse_address=True, **kwargs):
def handle_error(self, request, client_address):

Undocumented

request_queue_size: int =

Undocumented

address_family =

Undocumented

allow_reuse_address =

Undocumented