diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-10-13 22:52:36 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-10-13 22:52:36 +0000 |
commit | c11bf42caa25fd9c4f96a0f43e0e9976f53696ee (patch) | |
tree | 2693635ad082638e5c86be3172fd756c1f02ec50 /lib/rbot/httputil.rb | |
parent | 61f0ebb3a600888439c2f5d81e2b31daa704bf8d (diff) |
Fine tune url plugin
Diffstat (limited to 'lib/rbot/httputil.rb')
-rw-r--r-- | lib/rbot/httputil.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/httputil.rb b/lib/rbot/httputil.rb index ddbd8227..bcb05d88 100644 --- a/lib/rbot/httputil.rb +++ b/lib/rbot/httputil.rb @@ -48,6 +48,7 @@ class HttpUtil @last_response = nil end attr_reader :last_response + attr_reader :headers # if http_proxy_include or http_proxy_exclude are set, then examine the # uri to see if this is a proxied uri |