Index: openacs-4/packages/feed-parser/tcl/feed-parser-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/feed-parser/tcl/feed-parser-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/feed-parser/tcl/feed-parser-procs.tcl 12 Sep 2022 15:33:59 -0000 1.15 +++ openacs-4/packages/feed-parser/tcl/feed-parser-procs.tcl 20 Mar 2023 10:24:54 -0000 1.16 @@ -8,14 +8,20 @@ namespace eval feed_parser {} -ad_proc -public feed_parser::http_get_xml { +ad_proc -deprecated feed_parser::http_get_xml { {-max_redirect 4} -url:required {-headers ""} } { Retrieves a document through HTTP GET in a way that's useful for RSS feeds. Tries to preserve encoding. + DEPRECATED: this proc is trivial wrapper over the HTTP client api + and is not used anywhere in the codebase. + + @see util::http::get + @see ns_http + @author Guan Yang (guan@unicast.org) @creation-date 2004-05-30 } {