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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Net /
HTTPHeader /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-i.ri
800
B
-rw-r--r--
2026-04-07 16:51
%5b%5d-i.ri
787
B
-rw-r--r--
2026-04-07 16:51
add_field-i.ri
922
B
-rw-r--r--
2026-04-07 16:51
append_field_value-i.ri
282
B
-rw-r--r--
2026-04-07 16:51
basic_auth-i.ri
603
B
-rw-r--r--
2026-04-07 16:51
basic_encode-i.ri
279
B
-rw-r--r--
2026-04-07 16:51
canonical_each-i.ri
312
B
-rw-r--r--
2026-04-07 16:51
capitalize-i.ri
262
B
-rw-r--r--
2026-04-07 16:51
cdesc-HTTPHeader.ri
10.8
KB
-rw-r--r--
2026-04-07 16:51
chunked%3f-i.ri
771
B
-rw-r--r--
2026-04-07 16:51
connection_close%3f-i.ri
358
B
-rw-r--r--
2026-04-07 16:51
connection_keep_alive%3f-i.ri
372
B
-rw-r--r--
2026-04-07 16:51
content_length%3d-i.ri
1.08
KB
-rw-r--r--
2026-04-07 16:51
content_length-i.ri
797
B
-rw-r--r--
2026-04-07 16:51
content_range-i.ri
857
B
-rw-r--r--
2026-04-07 16:51
content_type%3d-i.ri
327
B
-rw-r--r--
2026-04-07 16:51
content_type-i.ri
833
B
-rw-r--r--
2026-04-07 16:51
delete-i.ri
650
B
-rw-r--r--
2026-04-07 16:51
each-i.ri
287
B
-rw-r--r--
2026-04-07 16:51
each_capitalized-i.ri
563
B
-rw-r--r--
2026-04-07 16:51
each_capitalized_name-i.ri
902
B
-rw-r--r--
2026-04-07 16:51
each_header-i.ri
986
B
-rw-r--r--
2026-04-07 16:51
each_key-i.ri
293
B
-rw-r--r--
2026-04-07 16:51
each_name-i.ri
857
B
-rw-r--r--
2026-04-07 16:51
each_value-i.ri
738
B
-rw-r--r--
2026-04-07 16:51
fetch-i.ri
1.35
KB
-rw-r--r--
2026-04-07 16:51
form_data%3d-i.ri
318
B
-rw-r--r--
2026-04-07 16:51
get_fields-i.ri
670
B
-rw-r--r--
2026-04-07 16:51
key%3f-i.ri
547
B
-rw-r--r--
2026-04-07 16:51
main_type-i.ri
858
B
-rw-r--r--
2026-04-07 16:51
proxy_basic_auth-i.ri
633
B
-rw-r--r--
2026-04-07 16:51
range%3d-i.ri
299
B
-rw-r--r--
2026-04-07 16:51
range-i.ri
793
B
-rw-r--r--
2026-04-07 16:51
range_length-i.ri
807
B
-rw-r--r--
2026-04-07 16:51
set_content_type-i.ri
839
B
-rw-r--r--
2026-04-07 16:51
set_field-i.ri
264
B
-rw-r--r--
2026-04-07 16:51
set_form-i.ri
4.21
KB
-rw-r--r--
2026-04-07 16:51
set_form_data-i.ri
1.82
KB
-rw-r--r--
2026-04-07 16:51
set_range-i.ri
1.19
KB
-rw-r--r--
2026-04-07 16:51
sub_type-i.ri
853
B
-rw-r--r--
2026-04-07 16:51
to_hash-i.ri
642
B
-rw-r--r--
2026-04-07 16:51
type_params-i.ri
798
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" fetch:ETI"Net::HTTPHeader#fetch;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"DWith a block, returns the string value for +key+ if it exists; ;TI"/otherwise returns the value of the block; ;TI" ignores the +default_val+; ;TI"3see {Fields}[rdoc-ref:Net::HTTPHeader@Fields]:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"8res = Net::HTTP.get_response(hostname, '/todos/1') ;TI" ;TI"'# Field exists; block not called. ;TI"(res.fetch('Connection') do |value| ;TI" fail 'Cannot happen' ;TI"end # => "keep-alive" ;TI" ;TI"+# Field does not exist; block called. ;TI"$res.fetch('Nosuch') do |value| ;TI" value.downcase ;TI"end # => "nosuch" ;T:@format0o; ; [I"EWith no block, returns the string value for +key+ if it exists; ;TI"7otherwise, returns +default_val+ if it was given; ;TI"#otherwise raises an exception:;T@o;; [I"6res.fetch('Connection', 'Foo') # => "keep-alive" ;TI"/res.fetch('Nosuch', 'Foo') # => "Foo" ;TI"6res.fetch('Nosuch') # Raises KeyError.;T; 0: @fileI"lib/net/http/header.rb;T:0@omit_headings_from_table_of_contents_below0I"pfetch(key, default_val = nil) {|key| ... } -> object fetch(key, default_val = nil) -> value or default_val ;TI"key;T[ I"(key, *args);T@)FI"HTTPHeader;TcRDoc::NormalModule00