FINInternetCard
Parent |
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 |
| Name | Type | Description |
|---|---|---|
URL |
String |
The URL for which you want to make an HTTP Request. |
Method |
String |
The http request method/verb you want to make the request. f.e. 'GET', 'POST' |
Data |
String |
The http request payload you want to sent. |
| Name | Type | Description |
|---|---|---|
ReturnValue |
Struct<Future> |