Online documentation, manuals and tutorials
< All Topics
Print

HTTP

Description

Sends HTTP requests and returns the response.

Properties

Specific

Method

Enum

HTTP methods used: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, CONNECT or TRACE.

Url

EXPRESSION (string)

The url of the request.

Headers

Array

List of headers sent to the server. A header name and a string value should be set for each item.

Body

EXPRESSION (string)

The body of the message that is sent to the server if the POST, PUT or PATCH method is selected.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

status

DATA(integer) | OPTIONAL

The status code of the response.

result

DATA(string) | OPTIONAL

Message body of received response.

Examples

  • Simple HTTP
Page content