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 | |||
|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> | |||
[[Category:Methods]] |