Flexible App Version Handler
Constructors
Properties
Actions to take when the user is not logged in. Possible values are: AUTH_FAIL_ACTION_REDIRECT
, AUTH_FAIL_ACTION_UNAUTHORIZED
.
30x code to use when performing redirects for the secure field. Possible values are: REDIRECT_HTTP_RESPONSE_CODE_301
, REDIRECT_HTTP_RESPONSE_CODE_302
, REDIRECT_HTTP_RESPONSE_CODE_303
, REDIRECT_HTTP_RESPONSE_CODE_307
.
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". Structure is documented below.
Security (HTTPS) enforcement for this URL. Possible values are: SECURE_DEFAULT
, SECURE_NEVER
, SECURE_OPTIONAL
, SECURE_ALWAYS
.
Files served directly to the user for a given URL, such as images, CSS stylesheets, or JavaScript source files. Static file handlers describe which files in the application directory are static files, and which URLs serve them. Structure is documented below.