How can we use HTTP request with UIFlow 2.0?
-
Hi,
I'm trying to implement an HTTP client on AtomS3 Lite with UIFlow 2.0. I have implemented on ATOM LITE with UIFlow 1.0 as follows:
My questions are as follows:
- When should we use
HTTP close
, right after anHTTP request
block or after handling a response? - What is equivalent to
Get Data
in UIFlow 1.0,get content
orget text
?
It would be much appreciated if you give me advice regarding this topic.
Thank you very much in advance,
Shigeru
- When should we use
-
Hi,
I found that the following code works as I expected. I want to share for your reference until official examples are provided.
Thanks,
Shigeru