in src/functions_framework/_http/__init__.py [0:0]
def create_server(wsgi_app, debug, **options): return HTTPServer(wsgi_app, debug, **options)