in src/FunctionsFramework.php [28:31]
public static function http(string $name, callable $fn) { Invoker::registerFunction($name, new HttpFunctionWrapper($fn)); }