Returns the base URL of a call to an HTTP function.
Premium sites:
Free sites:
// In http-functions.js
export function use_myFunction(request) {
let baseUrl = request.baseUrl;
// Premium site: "https://www.domain.com/_functions"
// Free site: "https://user_name.wixsite.com/mysite/_functions"
}