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.216.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Net /
HTTPResponse /
Delete
Unzip
Name
Size
Permission
Date
Action
body%3d-i.ri
345
B
-rw-r--r--
2026-04-07 17:42
body-i.ri
824
B
-rw-r--r--
2026-04-07 17:42
body_encoding%3d-i.ri
1.17
KB
-rw-r--r--
2026-04-07 17:42
body_encoding-i.ri
388
B
-rw-r--r--
2026-04-07 17:42
body_permitted%3f-c.ri
344
B
-rw-r--r--
2026-04-07 17:42
cdesc-HTTPResponse.ri
8.37
KB
-rw-r--r--
2026-04-07 17:42
code-i.ri
462
B
-rw-r--r--
2026-04-07 17:42
decode_content-i.ri
409
B
-rw-r--r--
2026-04-07 17:42
each_response_header-c.ri
304
B
-rw-r--r--
2026-04-07 17:42
entity-i.ri
292
B
-rw-r--r--
2026-04-07 17:42
http_version-i.ri
339
B
-rw-r--r--
2026-04-07 17:42
ignore_eof-i.ri
383
B
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
257
B
-rw-r--r--
2026-04-07 17:42
message-i.ri
357
B
-rw-r--r--
2026-04-07 17:42
msg-i.ri
349
B
-rw-r--r--
2026-04-07 17:42
read_body-i.ri
1.31
KB
-rw-r--r--
2026-04-07 17:42
read_status_line-c.ri
280
B
-rw-r--r--
2026-04-07 17:42
response_class-c.ri
276
B
-rw-r--r--
2026-04-07 17:42
uri-i.ri
400
B
-rw-r--r--
2026-04-07 17:42
value-i.ri
349
B
-rw-r--r--
2026-04-07 17:42
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