HttpService

extends Instance

Class fields

FieldXML typeValue
NamestringHttpService
ExplorerOrderstring101

Properties

1
HttpEnabled
bool
FieldXML typeValue
NamestringHttpEnabled
Browsablebooltrue
summarystringEnabling http requests from scripts

Functions

4
GenerateGUID
(wrapInCurlyBraces: bool = …) → string
FieldXML typeValue
NamestringGenerateGUID
JSONDecode
(input: string) → Variant
FieldXML typeValue
NamestringJSONDecode
JSONEncode
(input: Variant) → string
FieldXML typeValue
NamestringJSONEncode
UrlEncode
(input: string) → string
FieldXML typeValue
NamestringUrlEncode

Yield functions

2
GetAsync
(url: string, nocache: bool = …) → string
FieldXML typeValue
NamestringGetAsync
PostAsync
(url: string, data: string, content_type: HttpContentType = …, compress: bool = …) → string
FieldXML typeValue
NamestringPostAsync