HttpGet (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
fixed
>Emess
No edit summary
Line 4: Line 4:
|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]]
[[Category:Methods]]

Revision as of 02:16, 30 December 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: DataModel