util::http::curl::version (private)

 util::http::curl::version

Defined in packages/acs-tcl/tcl/http-client-procs.tcl

Gets Curl's version number.

Partial Call Graph (max 5 caller/called nodes):
%3 util::http::curl::request util::http::curl::request (private) util::http::curl::version util::http::curl::version util::http::curl::request->util::http::curl::version util::http::curl::version_not_cached util::http::curl::version_not_cached (private) util::http::curl::version->util::http::curl::version_not_cached

Testcases:
No testcase defined.
Source code:
    set key ::util::http::curl::version
    if {[info exists $key]} {
        return [set $key]
    } else {
        return [set $key [util::http::curl::version_not_cached]]
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: