• Call an http function.

    Parameters

    • httpFunctionName: string

      The name of the function to call

    • parameter: string
    • Optional callbackValueVariable: Variable

      The variable where to store the result.

    • Optional callbackStateVariable: Variable

      The variable where to store if the operation was successful.

    Returns Promise<void>