Url Map Args
URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
Constructors
Properties
Uses API Endpoints to handle requests.
Action to take when users access resources that require authentication. Defaults to redirect.
Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.
30x code to use when performing redirects for the secure field. Defaults to 302.
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".
Security (HTTPS) enforcement for this URL.
Returns the contents of a file, such as an image, as the response.
URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.