Skip to content

Instantly share code, notes, and snippets.

@nezaidu
Created August 12, 2015 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nezaidu/4f1adb5697cdc3cade80 to your computer and use it in GitHub Desktop.
Save nezaidu/4f1adb5697cdc3cade80 to your computer and use it in GitHub Desktop.
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