Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby27 /
share /
ri /
system /
Net /
HTTPResponse /
Delete
Unzip
Name
Size
Permission
Date
Action
body%3d-i.ri
398
B
-rw-r--r--
2023-06-06 18:25
body-i.ri
751
B
-rw-r--r--
2023-06-06 18:25
body_permitted%3f-c.ri
344
B
-rw-r--r--
2023-06-06 18:25
cdesc-HTTPResponse.ri
2.07
KB
-rw-r--r--
2023-06-06 18:25
code-i.ri
462
B
-rw-r--r--
2023-06-06 18:25
decode_content-i.ri
409
B
-rw-r--r--
2023-06-06 18:25
each_response_header-c.ri
304
B
-rw-r--r--
2023-06-06 18:25
entity-i.ri
292
B
-rw-r--r--
2023-06-06 18:25
http_version-i.ri
339
B
-rw-r--r--
2023-06-06 18:25
inspect-i.ri
257
B
-rw-r--r--
2023-06-06 18:25
message-i.ri
357
B
-rw-r--r--
2023-06-06 18:25
msg-i.ri
349
B
-rw-r--r--
2023-06-06 18:25
procdest-i.ri
270
B
-rw-r--r--
2023-06-06 18:25
read_body-i.ri
1.31
KB
-rw-r--r--
2023-06-06 18:25
read_body_0-i.ri
269
B
-rw-r--r--
2023-06-06 18:25
read_status_line-c.ri
280
B
-rw-r--r--
2023-06-06 18:25
response_class-c.ri
276
B
-rw-r--r--
2023-06-06 18:25
stream_check-i.ri
267
B
-rw-r--r--
2023-06-06 18:25
uri-i.ri
400
B
-rw-r--r--
2023-06-06 18:25
value-i.ri
349
B
-rw-r--r--
2023-06-06 18:25
Save
Rename
U:RDoc::AnyMethod[iI"read_body:ETI" Net::HTTPResponse#read_body;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"=Gets the entity body returned by the remote HTTP server.;To:RDoc::Markup::BlankLine o; ; [I"?If a block is given, the body is passed to the block, and ;TI"Ithe body is provided in fragments, as it is read in from the socket.;T@o; ; [I"GIf +dest+ argument is given, response is read into that variable, ;TI"Hwith <code>dest#<<</code> method (it could be String or IO, or any ;TI"1other object responding to <code><<</code>).;T@o; ; [I"BCalling this method a second or subsequent time for the same ;TI"<HTTPResponse object will return the value already read.;T@o:RDoc::Markup::Verbatim; [I",http.request_get('/index.html') {|res| ;TI" puts res.read_body ;TI"} ;TI" ;TI",http.request_get('/index.html') {|res| ;TI"/ p res.read_body.object_id # 538149362 ;TI"/ p res.read_body.object_id # 538149362 ;TI"} ;TI" ;TI"# using iterator ;TI",http.request_get('/index.html') {|res| ;TI"" res.read_body do |segment| ;TI" print segment ;TI" end ;TI"};T:@format0: @fileI"lib/net/http/response.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(dest = nil, &block);T@-FI"HTTPResponse;TcRDoc::NormalClass00