nrahnemoon
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2016
01:45 PM
HTTP Post Body
How can I add a body to a POST request for a RoUrlTransfer object?
2 REPLIES 2

YoJae
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2016
10:16 AM
Re: HTTP Post Body
Up. No method found in the SDK for roUrlTransfer


Roku Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2016
02:12 PM
Re: HTTP Post Body
"nrahnemoon" wrote:
How can I add a body to a POST request for a RoUrlTransfer object?
•PostFromString(request as String) as Integer
•PostFromFile(filename as String) as Integer
•AsyncPostFromString(request as String) as Boolean
•AsyncPostFromFile(filename as String) as Boolean
where the body is specified as the string or as the named file contents.
https://sdkdocs.roku.com/display/sdkdoc ... stasString)asInteger