Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpBodyModuleExecutorArguments

Arguments for the function / method that gets the request body data.

Hierarchy

  • HttpBodyModuleExecutorArguments

Index

Properties

context

The underlying operation context.

Optional globals

globals: any

The global data from the settings.

Optional options

options: any

The options for the execution of the underlying script.

replaceWithValues

replaceWithValues: function

Handles a value as string and replaces placeholders.

param

The value to parse.

returns

The parsed value.

Type declaration

    • (val: any): string
    • Parameters

      • val: any

      Returns string

state

state: any

Gets or sets a value that will be available for the underlying script while the current session.

url

url: Url

The request URL.

Generated using TypeDoc