Returns the function name of a call to an HTTP function.
Premium sites:
Free sites:
// In http-functions.js export function use_myFunction(request) { let functionName = request.functionName; // myFunction }