libURLSetDriver

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
libURLSetDriver <driver>
Associationsinternet library
Summary

Sets the driver to be used by the libURL library for network transfers.

Introduced8.1
OSmac, windows, linux, ios, android, web
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
driver

The long id of the stack that provides the external driver that the Internet library should use for network transfers. Set this to empty to use the internal driver.

Values
NameTypeDescription
The result

The libURLSetDriver command puts empty into the result if successful. Otherwise an error string is put into the result

RelatedGlossary: Standalone Application Settings, standalone application, command, application, LiveCode custom library
Library: Internet library, library
Securitynetwork
Description

This command causes the libUrl library to call an external library for all network transfer functions. It requires an external libUrl library to be present in the system. More documentation will be available soon.

Important: The libURLSetDriver command is part of the Internet library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "Internet" script library is selected.