Name
hurl.Version -- returns the libcurl version string
Synopsis
v$ = hurl.Version()
Function
Returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version).

We recommend using hurl.VersionInfo()!

Inputs
none

Results
v$
libcurl version string

Show TOC