Web Server: The web server is responsible for accepting incoming HTTP requests and passing them to the WSGI application. The WSGI application must return an iterable object that contains the response ...