extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | HttpService |
ExplorerOrder | string | 101 |
Properties
1HttpEnabled
bool| Field | XML type | Value |
|---|---|---|
Name | string | HttpEnabled |
Browsable | bool | true |
summary | string | Enabling http requests from scripts |
Functions
4GenerateGUID
(wrapInCurlyBraces: bool = …) → string| Field | XML type | Value |
|---|---|---|
Name | string | GenerateGUID |
JSONDecode
(input: string) → Variant| Field | XML type | Value |
|---|---|---|
Name | string | JSONDecode |
JSONEncode
(input: Variant) → string| Field | XML type | Value |
|---|---|---|
Name | string | JSONEncode |
UrlEncode
(input: string) → string| Field | XML type | Value |
|---|---|---|
Name | string | UrlEncode |
Yield functions
2GetAsync
(url: string, nocache: bool = …) → string| Field | XML type | Value |
|---|---|---|
Name | string | GetAsync |
PostAsync
(url: string, data: string, content_type: HttpContentType = …, compress: bool = …) → string| Field | XML type | Value |
|---|---|---|
Name | string | PostAsync |