Home »
MCQs »
CherryPy MCQs
Which of the following components in CherryPy It sets up and manages the WSGI or HTTP server?
51. Which of the following components in CherryPy It sets up and manages the WSGI or HTTP server?
- cherrypy.engine
- cherrypy.server
- cherrypy.tools.
Answer: B) cherrypy.server
Explanation:
Cherrypy.server sets up and manages the WSGI or HTTP server.