Searched refs:make_http_request (Results 1 - 4 of 4) sorted by relevance
/ontohub/lib/uri_fetcher/ | ||
H A D | get_caller.rb | 3 def make_http_request(uri, &block) method in class:UriFetcher.GetCaller |
H A D | post_caller.rb | 5 def make_http_request(uri, &block) method in class:UriFetcher.PostCaller |
H A D | http_caller.rb | 36 make_http_request(URI(uri)) { |r| result = handle_response(r) } 51 def make_http_request(uri, &block) method in class:UriFetcher.HTTPCaller |
/ontohub/spec/models/ | ||
H A D | hets_instance_spec.rb | 42 to receive(:make_http_request).and_raise(Errno::EHOSTUNREACH) 55 to receive(:make_http_request).and_raise(Net::ReadTimeout) |
Completed in 17 milliseconds