HttpPost (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Emess
No edit summary
>MrNicNac
Whoever wrote this article just copied the markup from HttpGet. How sloppy...
Line 3: Line 3:
|arguments = [[string]] '''URI'''
|arguments = [[string]] '''URI'''
|returns = [[string]] ''request body''
|returns = [[string]] ''request body''
|description = Retrieves HTML of the URI via post variable method.
|description = Sends data over a URI via HTML post method.
|object = DataModel
|object = DataModel
}}</onlyinclude>
}}</onlyinclude>
[[Category:Methods]]
[[Category:Methods]]

Revision as of 02:45, 30 December 2010

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
HttpPost( string URI )
Returns string request body
Description: Sends data over a URI via HTML post method.
Member of: DataModel