Returns the path of the URL used to call an HTTP function.
Premium sites:
Free sites:
// In http-functions.js export function use_myFunction(request) { let path = request.path; // ["sub"] }