class GH::ResponseXHeaderFormatter
Public Instance Methods
request(env)
click to toggle source
# File lib/gh/response_x_header_formatter.rb, line 5 def request(env) end
response(env)
click to toggle source
# File lib/gh/response_x_header_formatter.rb, line 8 def response(env) info('Response') { env.response_headers.select {|k,v| k =~ /^x-/}.sort.to_h } end