Home
last modified time | relevance | path

Searched refs:_HTTPServer (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dssl_servers.py7 # Rename HTTPServer to _HTTPServer so as to avoid confusion with HTTPSServer.
8 from http.server import (HTTPServer as _HTTPServer, namespace
21 class HTTPSServer(_HTTPServer):
24 _HTTPServer.__init__(self, server_address, handler_class)

Completed in 1 milliseconds