Module: MwrapRack::HtmlResponse
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
23 24 25 26 27 28 29 30 |
# File 'lib/mwrap_rack.rb', line 23 def response [ 200, { 'Expires' => 'Fri, 01 Jan 1980 00:00:00 GMT', 'Pragma' => 'no-cache', 'Cache-Control' => 'no-cache, max-age=0, must-revalidate', 'Content-Type' => 'text/html; charset=UTF-8', }, self ] end |