deliverance.proxycommand – the deliverance-proxy command
Implements the deliverance-proxy command
Module Contents
-
deliverance.proxycommand.main(args=None)
- Runs the command from sys.argv
-
deliverance.proxycommand.run_command(rule_filename, debug=False, interactive_debugger=False, debug_headers=False, profile=False, memory_profile=False)
- Actually runs the command from the parsed arguments
-
class deliverance.proxycommand.ReloadingApp(rule_filename, settings)
- This is a WSGI app that notices when the rule file changes, and
reloads it in that case.