* Licensed under the BSD 3-Clause License. See the LICENSE file for further details. * Implementation of a simple HTTP Server.
class adafruit_httpserver.server.Server(socket_source: _ISocketPool, root_path: str = None, *, https: bool = False, certfile: str = None, keyfile: str = None, debug ...