U:RDoc::AnyMethod[iI"get_response:EFI"Net::HTTP::get_response;TT: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"ESends a GET request to the target and returns the HTTP response ;TI"Kas a Net::HTTPResponse object. The target can either be specified as ;TI"6(+uri+), or as (+host+, +path+, +port+ = 80); so:;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim; [I"Lres = Net::HTTP.get_response(URI('http://www.example.com/index.html')) ;TI"print res.body ;T: @format0o; ; [I"or:;T@o; ; [I"Dres = Net::HTTP.get_response('www.example.com', '/index.html') ;TI"print res.body;T; 0: @fileI"lib/net/http.rb;T:0@omit_headings_from_table_of_contents_below000[I"2(uri_or_host, path = nil, port = nil, &block);T@FI" HTTP;TcRDoc::NormalClass00