HTTP Post Body

How can I add a body to a POST request for a RoUrlTransfer object?

Up. No method found in the SDK for roUrlTransfer

“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 … stasStringasInteger