Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
proc
/
self
/
root
/
opt
/
ruby-2.6
/
usr
/
share
/
ri
/
2.6.0
/
system
/
Net
/
HTTP
/
//proc/self/root/proc/self/root/opt/ruby-2.6/usr/share/ri/2.6.0/system/Net/HTTP/request_get-i.ri
U:RDoc::AnyMethod[iI"request_get:ETI"Net::HTTP#request_get;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"(Sends a GET request to the +path+. ;TI"8Returns the response as a Net::HTTPResponse object.;To:RDoc::Markup::BlankLine o; ; [ I"KWhen called with a block, passes an HTTPResponse object to the block. ;TI";The body of the response will not have been read yet; ;TI"<the block can process it using HTTPResponse#read_body, ;TI"if desired.;T@o; ; [I"Returns the response.;T@o; ; [I"0This method never raises Net::* exceptions.;T@o:RDoc::Markup::Verbatim; [I"0response = http.request_get('/index.html') ;TI"5# The entity body is already read in this case. ;TI" p response['content-type'] ;TI"puts response.body ;TI" ;TI"# Using a block ;TI"1http.request_get('/index.html') {|response| ;TI"" p response['content-type'] ;TI"5 response.read_body do |str| # read body now ;TI" print str ;TI" end ;TI"};T:@format0: @fileI"lib/net/http.rb;T:0@omit_headings_from_table_of_contents_below00I" response;T[[I" get2;To;; [ ;@*;0I"(path, initheader = nil);T@*FI" HTTP;TcRDoc::NormalClass00