ScriptHandlerResponse

data class ScriptHandlerResponse(val scriptPath: String)

Executes a script to handle the request that matches the URL pattern.

Constructors

Link copied to clipboard
fun ScriptHandlerResponse(scriptPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Path to the script from the application root directory.