This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Properties

Property Type
HttpEnabled bool

Functions

Returns Function History
string GenerateGUID ( bool wrapInCurlyBraces = true ) (+0.138)
bool GetHttpEnabled ( ) (+0.351)
Variant JSONDecode ( string input )
string JSONEncode ( Variant input )
Instance RequestInternal ( Dictionary options ) (+0.352)
void SetHttpEnabled ( bool enabled ) (+0.351)
string UrlEncode ( string input ) (+0.128)

YieldFunctions

Returns YieldFunction History
string GetAsync ( string url, bool nocache = false, Variant headers )
string PostAsync ( string url, string data, HttpContentType content_type = ApplicationJson, bool compress = false, Variant headers )
Dictionary RequestAsync ( Dictionary requestOptions ) (+0.343)
  • 1 yieldfunction inherited from Instance

Events

Enums

Enum History
HttpContentType (+0.122)

Property Descriptions

bool HttpService.HttpEnabled

Tags: LocalUserSecurity

Function Descriptions

stringHttpService.GenerateGUID ( bool wrapInCurlyBraces = true )

Version History:(+0.138)

boolHttpService.GetHttpEnabled ( )

Version History:(+0.351)

Tags: RobloxScriptSecurity

VariantHttpService.JSONDecode ( string input )

stringHttpService.JSONEncode ( Variant input )

InstanceHttpService.RequestInternal ( Dictionary options )

Version History:(+0.352)

Tags: RobloxScriptSecurity

voidHttpService.SetHttpEnabled ( bool enabled )

Version History:(+0.351)

Tags: RobloxScriptSecurity

stringHttpService.UrlEncode ( string input )

Version History:(+0.128)

YieldFunction Descriptions

stringHttpService.GetAsync ( string url, bool nocache = false, Variant headers )

stringHttpService.PostAsync ( string url, string data, HttpContentType content_type = ApplicationJson, bool compress = false, Variant headers )

DictionaryHttpService.RequestAsync ( Dictionary requestOptions )

Version History:(+0.343)

Inherits: