Houdini 20.0 Python scripting hou hou.webServer

hou.webServer.UploadedFile class

A file uploaded in a request made to Houdini’s web server.

Note

This class is accessible using both hou.WebServerUploadedFile and hou.webServer.UploadedFile, but hou.webServer.UploadedFile is preferable.

Methods

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.