X7ROOT File Manager
Current Path:
/opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/ri/Rack/Response
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
gems
/
1.8
/
doc
/
rack-1.6.1
/
ri
/
Rack
/
Response
/
📄
%5b%5d%3d-i.yaml
(180 B)
📄
%5b%5d-i.yaml
(171 B)
ðŸ“
..
ðŸ“
Helpers
📄
cdesc-Response.yaml
(1.93 KB)
📄
close-i.yaml
(172 B)
📄
delete_cookie-i.yaml
(201 B)
📄
each-i.yaml
(179 B)
📄
empty%3f-i.yaml
(174 B)
📄
finish-i.yaml
(265 B)
📄
new-c.yaml
(248 B)
📄
redirect-i.yaml
(196 B)
📄
set_cookie-i.yaml
(192 B)
📄
to_a-i.yaml
(232 B)
📄
to_ary-i.yaml
(236 B)
📄
write-i.yaml
(340 B)
Editing: cdesc-Response.yaml
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: body rw: RW - !ruby/object:RI::Attribute comment: name: header rw: R - !ruby/object:RI::Attribute comment: name: length rw: RW - !ruby/object:RI::Attribute comment: name: status rw: RW class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: Rack::Response provides a convenient interface to create a Rack response. - !ruby/struct:SM::Flow::P body: It allows setting of headers and cookies, and provides useful defaults (a OK response containing HTML). - !ruby/struct:SM::Flow::P body: You can use Response#write to iteratively generate your response, but note that this is buffered by Rack::Response until you call <tt>finish</tt>. <tt>finish</tt> however can take a block inside which calls to <tt>write</tt> are synchronous with the Rack response. - !ruby/struct:SM::Flow::P body: Your application's <tt>call</tt> should end returning Response#finish. constants: - !ruby/object:RI::Constant comment: name: CHUNKED value: "'chunked'.freeze" - !ruby/object:RI::Constant comment: name: TRANSFER_ENCODING value: "'Transfer-Encoding'.freeze" full_name: Rack::Response includes: - !ruby/object:RI::IncludedModule name: Helpers instance_methods: - !ruby/object:RI::MethodSummary name: "[]" - !ruby/object:RI::MethodSummary name: "[]=" - !ruby/object:RI::MethodSummary name: close - !ruby/object:RI::MethodSummary name: delete_cookie - !ruby/object:RI::MethodSummary name: each - !ruby/object:RI::MethodSummary name: empty? - !ruby/object:RI::MethodSummary name: finish - !ruby/object:RI::MethodSummary name: redirect - !ruby/object:RI::MethodSummary name: set_cookie - !ruby/object:RI::MethodSummary name: to_a - !ruby/object:RI::MethodSummary name: to_ary - !ruby/object:RI::MethodSummary name: write name: Response superclass: Object
Upload File
Create Folder