Skip to content

Instantly share code, notes, and snippets.

@1v
Created July 9, 2014 16:07
Show Gist options
  • Save 1v/702381c4440cdb8af85a to your computer and use it in GitHub Desktop.
Save 1v/702381c4440cdb8af85a to your computer and use it in GitHub Desktop.
Ruby: Iterate thru all headers
self.request.headers.each do |header|
next if !header[1].is_a?(String)
@@debug["#{header[0]}"] = header[1]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment