class documentation

class ServerHandler(simple_server.ServerHandler):

View In Hierarchy

Undocumented

Method __init__ No summary
Method cleanup​_headers Undocumented
Method close Undocumented
Class Variable http​_version Undocumented
def __init__(self, stdin, stdout, stderr, environ, **kwargs):
Use a LimitedStream so that unread request data will be ignored at the end of the request. WSGIRequest uses a LimitedStream but it shouldn't discard the data since the upstream servers usually do this. This fix applies only for testserver/runserver.
def cleanup_headers(self):

Undocumented

def close(self):

Undocumented

http_version: str =

Undocumented