Class
NetHTTPFetcher
In:
lib/yadis/fetcher.rb
Parent:
Object
Methods
do_get
get
get_http_obj
new
Attributes
ca_path
[RW]
Public Class methods
new
(read_timeout=20, open_timeout=20)
Public Instance methods
get
(url, params = nil)
Protected Instance methods
do_get
(url, params, limit=5)
do a GET following redirects limit deep
get_http_obj
(uri)
return a Net::HTTP object ready for use
[Validate]