Skip to content

Instantly share code, notes, and snippets.

@aurelian
Created April 18, 2011 13:31
Show Gist options
  • Save aurelian/925338 to your computer and use it in GitHub Desktop.
Save aurelian/925338 to your computer and use it in GitHub Desktop.
code.rb
_headers.reject!{|h| h.starts_with?("HTTP") }.inject([]){|a, k| a<< {k.split(":")[0].gsub("-","_").downcase.to_sym => k.split(":")[1].strip}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment