Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nrahnemoon
Visitor

HTTP Post Body

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

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