secureAlways constant
ServiceConfig_SecurityLevel
const secureAlways
Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.
Implementation
static const secureAlways = ServiceConfig_SecurityLevel('SECURE_ALWAYS');