Welcome to SQLite REST API’s documentation!¶
SQLite REST API server¶
-
server.main_server_loop()[source]¶ Master http server - the main executable / daemon
Contains basic server settings and how the sub-modules are called and mounted to their respective paths
- Args:
None
- Sets:
server_config: dict(), updates cherrypy.config conf: dict(), see Cherrypy docs for more cherrypy.config: dict(), see Cherrypy docs for more
- Returns:
N/A
- Raises:
Exception If server is unable to start