Class: Net::HTTP

Inherits:
Object
  • Object
show all
Defined in:
lib/follow_http_redirects/net_http_extensions.rb

Class Method Summary collapse

Class Method Details

.get_response_following_redirects(orig_uri, requests_limit = 15) ⇒ Object

get_response_following_redirects



7
8
9
# File 'lib/follow_http_redirects/net_http_extensions.rb', line 7

def self.get_response_following_redirects orig_uri, requests_limit = 15
  FollowHttpRedirects.get_response_following_redirects orig_uri, requests_limit
end