<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > CURL |
Description
CURL module is a module that wrap some functionalities of CURL executable: command line tool and library for transferring data with URLs
For information about CURL: https://curl.haxx.se/
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "CURL"