Module: MwrapRack::HtmlResponse

Included in:
Each, EachAt, HeapPages
Defined in:
lib/mwrap_rack.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#responseObject



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