summaryrefslogtreecommitdiff
path: root/lib/rbot/httputil.rb
AgeCommit message (Expand)Author
2020-04-14refactor: httputil no longer core module see #38Matthias Hecker
2007-02-06Create an utils subdir in core, which will store all utility files that can b...Giuseppe Bilotta
2006-10-25Rework cached? for get_cached replies to prevent warnings about redefined met...Giuseppe Bilotta
2006-10-25Strings returned by get_cached now have a cached? method which returns true o...Giuseppe Bilotta
2006-10-24Don't change the default headers setting the headers for the HEAD request whe...Giuseppe Bilotta
2006-10-24Initial implementation of proper caching based on last-modified and etag HTTP...Giuseppe Bilotta
2006-10-24Support basic_auth in httputil get and head methodsGiuseppe Bilotta
2006-10-19Fix redirection in httputil.get when location is only a partial/realtive urlGiuseppe Bilotta
2006-10-13Fine tune url pluginGiuseppe Bilotta
2006-10-13Minor tweaks to httputil: make last response available in @last_resp for get ...Giuseppe Bilotta
2006-08-04Fix stupid bug introduced with the new debugging messages. switch to kind_of?...Giuseppe Bilotta
2006-07-24Additiona work on the caching we really have to look into some serious http l...Giuseppe Bilotta
2006-07-24httputil get/head/get_cached now also accept strings and not just URIsGiuseppe Bilotta
2006-07-23Fix yielding in {{{httputil.get}}} and {{{httputil.head}}} and usage of [] in...Giuseppe Bilotta
2006-07-23Add debug backtrace info for HttpUtil failuresGiuseppe Bilotta
2006-07-23Add get_cached method to httputil. No need to download the same page over and...Giuseppe Bilotta
2006-07-23{{{httputil.rb}}} now handles redirects: a step towards #105, can be used als...Giuseppe Bilotta
2006-07-20All lib/rbot files are now upgraded to the new logging featureGiuseppe Bilotta
2006-05-30fix httputil.rb when using proxy (Ticket #80)Alexander Beisig
2006-01-12fix the fixTom Gilbert
2006-01-12properly support sslTom Gilbert
2005-08-04Thu Aug 04 23:03:30 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-08-02 * Fixed the new http.proxy* settings, they work!Tom Gilbert
2005-07-31Sun Jul 31 02:20:08 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-30Sat Jul 30 22:33:36 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-30Sat Jul 30 01:19:32 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-29Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
2005-07-27move rbot into lib - still rearranging for packaging/installationTom Gilbert