Created
November 19, 2013 06:18
-
-
Save mashiro/7541071 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def default_headers | |
{ | |
:accept => '*/*', | |
:accept_language => 'ja,en-US;q=0.8,en;q=0.6', | |
:user_agent => 'Mozilla/4.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)', | |
:cache_control => 'no-cache', | |
} | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment