Searched refs:make_http_request (Results 1 - 4 of 4) sorted by relevance

/ontohub/lib/uri_fetcher/
H A Dget_caller.rb3 def make_http_request(uri, &block) method in class:UriFetcher.GetCaller
H A Dpost_caller.rb5 def make_http_request(uri, &block) method in class:UriFetcher.PostCaller
H A Dhttp_caller.rb36 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 Dhets_instance_spec.rb42 to receive(:make_http_request).and_raise(Errno::EHOSTUNREACH)
55 to receive(:make_http_request).and_raise(Net::ReadTimeout)

Completed in 26 milliseconds