Class: Net::HTTP
- Inherits:
-
Object
- Object
- Net::HTTP
- Defined in:
- lib/follow_http_redirects/net_http_extensions.rb
Class Method Summary collapse
-
.get_response_following_redirects(orig_uri, requests_limit = 15) ⇒ Object
get_response_following_redirects.
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 |