class
Analyzer::Specification::AzureFunctions
- Analyzer::Specification::AzureFunctions
- Analyzer::Specification::SpecificationEngine
- Analyzer
- Reference
- Object
Defined in:
analyzer/analyzers/specification/azure_functions.crConstant Summary
-
DEFAULT_ROUTE_PREFIX =
"api" -
The Functions host serves every HTTP-triggered function under a route prefix.
host.jsonmay override it (""disables it entirely), but when the key is absent the host still appliesapi— so a function with"route": "products/{id}"answers on/api/products/{id}, not/products/{id}. -
METHOD_ANY =
"ANY"