HttpGet (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
added
>Camoy
fixed
Line 1: Line 1:
{{Locked}}
{{Locked}}
{|
<onlyinclude>{{Method|name = HttpGet
|<onlyinclude>{{Method|name = HttpGet
|arguments = [[string]] '''URI'''
|arguments = [[string]] '''URI'''
|returns = [[string]] ''request body''
|returns = [[string]] ''request body''
|description = Retrieves HTML of the URI via get variable method.
|description = Retrieves HTML of the URI via get variable method.
|object = [[DataModel]]
|object = [[DataModel]]
|}}</onlyinclude>
}}</onlyinclude>
|}
[[Category:Methods]]

Revision as of 16:00, 30 August 2010

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
HttpGet( string URI )
Returns string request body
Description: Retrieves HTML of the URI via get variable method.
Member of: [[RBX.lua.DataModel (Object)|DataModel]]