script property

ScriptHandler? script
getter/setter pair

Executes a script to handle the requests that match this URL pattern.

Only the auto value is supported for Node.js in the App Engine standard environment, for example "script": "auto".

Implementation

ScriptHandler? script;