Created
August 12, 2015 10:36
-
-
Save nezaidu/4f1adb5697cdc3cade80 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
FLASK | |
{ | |
'Content-Length': '98', | |
'Accept-Encoding': 'identity', | |
'Host': '0.0.0.0: 8888', | |
'User-Agent': 'Mozilla/5.0(Windows;U;WindowsNT5.1;de;rv: 1.9.1.5)Gecko/20091102Firefox/3.5.5', | |
'Connection': 'close', | |
'Content-Type': 'application/x-www-form-urlencoded' | |
} | |
TORNADO | |
EnvironHeaders([('Content-Length', u'135'), ('User-Agent', u'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5'), ('Connection', u'close'), ('Host', u'0.0.0.0:8080'), ('Content-Type', u'application/x-www-form-urlencoded'), ('Accept-Encoding', u'gzip')]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment