FINInternetCard

Functions

request (url : String, method : String, data : String, …​) → ReturnValue : Struct<Future>

Does an HTTP-Request. If a payload is given, the Content-Type header has to be set. All additional parameters have to be strings and in pairs of two for defining the http headers and values.

Details

Flags

VarArgs RuntimeSync RuntimeParallel MemberFunc

Display Name

Request

Parameters
Name Type Description

URL url

String

The URL for which you want to make an HTTP Request.

Method method

String

The http request method/verb you want to make the request. f.e. 'GET', 'POST'

Data data

String

The http request payload you want to sent.

Return Values
Name Type Description

ReturnValue ReturnValue

Struct<Future>