Module: Net

Defined in:
lib/follow_http_redirects/net_http_extensions.rb

Overview

Add our method to the Net::HTTP module, so we can use Net:HTTP.get_response_for_real(). Example call:

Net::HTTP.get_response_for_real(URI.parse('http://www.google.com'))

Defined Under Namespace

Classes: HTTP