pip_services3_rpc.services.SSLCherryPyServer module

pip_services3_rpc.rest.SimpleServer

Simple WSGI web server with shutdown hook from http://stackoverflow.com/questions/11282218/bottle-web-framework-how-to-stop

copyright

Conceptual Vision Consulting LLC 2018-2019, see AUTHORS for more details.

license

MIT, see LICENSE for more details.

class pip_services3_rpc.services.SSLCherryPyServer.SSLCherryPyServer(host='127.0.0.1', port=8080, **options)

Bases: bottle.ServerAdapter

run(handler)
server = None
shutdown()