| Server IP : 162.214.74.102 / Your IP : 216.73.216.252 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/opt/cpanel/ea-ruby24/root/usr/share/ri/system/Net/HTTP/ |
Upload File : |
U:RDoc::AnyMethod[iI"request_get:EFI"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;F[[I" get2;Fo;; [ ;@*;0I"(path, initheader = nil);T@*FI" HTTP;TcRDoc::NormalClass00