Class ARequestAbstract

Abstract parent class for all HTTP request methods. This class extends the testla Action.

Hierarchy (view full)

Constructors

  • Returns ARequest

Properties

abilityAlias?: string
callStack?: CallStackInfo[]
headers: Headers = {}

Methods

  • Parameters

    • entry: CallStackInfo

    Returns void

  • Parameters

    • calledWith: CallStackCalledWith

    Returns void

  • Set the alias which is used for an underlying ability

    Parameters

    • alias: undefined | string

      with which an ability was initialized

    Returns this

    current action

Generated using TypeDoc