Forum OpenACS Development: HTTP Client Procs ACS-TCL

Collapse
Posted by Iuri Sampaio on
Hi there,

I noticed openacs-5.7 core lacks libraries on acs-tcl packages.

I'm able to find util::http::post at https://openacs.org/api-doc/proc-view?proc=util%3A%3Ahttp%3A%3Apost

But I checked out acs-tcl 5.7.0 from cvs and there's no such file packages/acs-tcl/tcl/http-client-procs.tcl within procs are supposed to be defined.
Furthermore, I installed acs-tcl pkg to confirm if util::http::post was actaully available elsewhere (i.e. within another library).

http://iurix.com/api-doc/proc-search?search_type=All%2Bmatches&name_weight=5&param_weight=3&doc_weight=2&query_string=util%3A%3Ahttp%3A%3Apost#.VigJMmO35C0

Was this file (library) even released on oacs-5-7 ?

Best wishes

Collapse
Posted by Gustaf Neumann on
the api-browser shows the installed packages in the installed version. If you look at the api-browser at openacs.org, you see there what's in OpenACS 5.9.0b2. The http client procs (util::http::get / post ...) are part of the release of OpenACS 5.8.0. In order to use these, you should upgrade your system.
Collapse
Posted by Iuri Sampaio on
Thanks