HttpPost (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
Turned "URI
>ArceusInator
Turned "URI" into "URL"
Line 1: Line 1:
{{Locked}}
{{Locked}}
<onlyinclude>{{Method|name = HttpPost
<onlyinclude>{{Method|name = HttpPost
|arguments = [[string]] '''URL'''
|arguments = [[string]] ''URL''
|returns = [[string]] ''request body''
|returns = [[string]] ''request body''
|description = Sends data over a URI via HTML post method.
|description = Sends data over a URI via HTML post method.

Revision as of 04:33, 30 December 2010

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