• External dll available to make http or https calls ?

    From Marten Feldtmann@21:1/5 to All on Sun Apr 9 01:35:45 2017
    Is there any external library available, which can be used to make http or https calls ?

    I would like to have that as a dll ?

    Is libcurl avaulable as a dll ?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dave Yeo@21:1/5 to Marten Feldtmann on Sun Apr 9 10:43:20 2017
    Marten Feldtmann wrote:
    Is there any external library available, which can be used to make http or https calls ?

    I would like to have that as a dll ?

    Is libcurl avaulable as a dll ?


    Yes, libcurl is probably your best bet. Some builds at http://hobbes.nmsu.edu/h-search.php?button=Search&key=curl&dir=%2F and
    the latest usually installable with RPM/YUM, if you want to figure out
    the dependencies yourself, http://rpm.netlabs.org/release/00/zip/curl-7_37_0-2_oc00.zip with the dependencies in the same directory.
    There's also wget if you don't mind calling a program
    Dave

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)