Houdini 20.0 Python scripting hou hou.webServer

hou.webServer.isInDebugMode HOM function

Returns True if Houdini’s web server was started in debug mode debug=True in hou.webServer.run())

isInDebugMode() bool

See also

hou.webServer

Classes

Starting and Stopping

Handling Web Requests and Returning Responses

API Calls

  • hou.webServer.apiFunction()

    Decorator for functions that can be called through an API endpoint on Houdini’s web server, returning JSON or binary responses.

  • hou.webServer.APIError

    Raise this exception in apiFunction handlers to indicate an error.