Descripción
Sintaxis
wsgiref.simple_server.make_server(host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler)
Parámetros
- app,
- handler_class,
- host,
- port,
- server_class,
Ejemplo
wsgiref.simple_server.make_server(host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler)