handlers ngtools.local.handlers Handlers for the WSGI server. LutHandler LutHandler(app, environ=None, **kwargs) Bases: Handler Handler that returns a segment_properties from a FS LUT. status property writable status Status, as a well formatted string. initialize initialize(**kwargs) Initialize handler. prepare prepare() Perform steps before the main request. on_finish on_finish() Perform steps after the main request. send_error send_error(status, msg) Make the returned request an error request. LincHandler LincHandler(app, environ=None, **kwargs) Bases: Handler Handler that redirects to linc data. status property writable status Status, as a well formatted string. initialize initialize(**kwargs) Initialize handler. on_finish on_finish() Perform steps after the main request. send_error send_error(status, msg) Make the returned request an error request.