£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyʦ•ꎅȮFÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~芩ÊÇí`ÔÑ©ú뙵'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ӽ㞪éUWŸÈË%DÒÕ¬ï‘]/Åcx ‰ï2ß]ä6G[]S£Ôϯrs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--- !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 finish. finish however can take a block inside which calls to write are synchronous with the Rack response.
- !ruby/struct:SM::Flow::P
body: Your application's call 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