Searched defs:make_http_request (Results 1 - 3 of 3) 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 |
Completed in 946 milliseconds