class Goliath::Rack::SecureHeaders
Constants
- HEADERS
Public Instance Methods
post_process(env, status, headers, body)
click to toggle source
# File lib/grass/goliath/rack/secure_headers.rb, line 13 def post_process(env, status, headers, body) headers.update HEADERS [status, headers, body] end