Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpTargetOperation

An operation for doing a HTTP request.

Hierarchy

Index

Properties

Optional body

body: string

The body or the path to a script that returns the body to send.

Optional headers

headers: any

The request headers.

Optional if

if: string | string[]

One or more (JavaScript) conditions that check if that item is available or not.

Optional ignoreIfFail

ignoreIfFail: boolean

Continue when target operation fails or not.

Optional isBodyBase64

isBodyBase64: boolean

Indicates if 'body' is Base64 encoded or not.

Optional isBodyScript

isBodyScript: boolean

Indicates if 'body' contains the path to a script instead the content to send.

Optional method

method: string

The HTTP request method.

Optional name

name: string

The name.

Optional noPlaceholdersForTheseHeaders

noPlaceholdersForTheseHeaders: string | string[] | boolean

A list of headers that should NOT use placeholders / values.

Optional options

options: any

The options for the script that returns the body to send.

Optional password

password: string

The password for basic auth.

Optional type

type: string

The type.

Optional url

url: string

The URL.

Optional username

username: string

The username for basic auth.

Generated using TypeDoc