Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nrahnemoon
Level 7

HTTP Post Body

How can I add a body to a POST request for a RoUrlTransfer object?
0 Kudos
2 REPLIES 2
YoJae
Level 7

Re: HTTP Post Body

Up. No method found in the SDK for roUrlTransfer
0 Kudos
RokuKC
Roku Employee
Roku Employee

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
0 Kudos