POST on mobile apps
J. Landman Gay
jacque at hyperactivesw.com
Mon Mar 16 15:55:39 EDT 2020
On 3/15/20 11:25 AM, J. Landman Gay via use-livecode wrote:
> On March 15, 2020 6:30:28 AM Mark Waddingham via use-livecode <use-livecode at lists.runrev.com>
> wrote:
>
>> LibUrl has been an option on mobile since we added socket support, and
>> tsNet has a liburl driver which replaces the (script) socket-based
>> version of liburl with tsNet's internal operations.
>>
>> So include libUrl and you get normal libUrl; include libUrl and tsNet
>> and you get libUrl driven by tsNet; include neither and you get the
>> in-engine implementation.
>
> Thanks. What about "get/put URL"? Do I need TSNet for that?
I removed libURL from the standalone build and "get URL" no longer works. So there's that.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list