Skip to content

Instantly share code, notes, and snippets.

@gu-fan
Created July 13, 2014 15:10
Show Gist options
  • Save gu-fan/57130822d281069b184a to your computer and use it in GitHub Desktop.
Save gu-fan/57130822d281069b184a to your computer and use it in GitHub Desktop.
{'view_args': {}, 'files': ImmutableMultiDict([]), 'cookies': {}, 'form': ImmutableMultiDict([]), 'stream': <cStringIO.StringO object at 0x7fd9e4af31f0>, '_parsed_content_type': ('', {}), 'shallow': False, 'url_rule': <Rule '/' (PUT, HEAD, POST, OPTIONS, GET) -> index>, 'environ': {'wsgi.multiprocess': False, 'SERVER_SOFTWARE': 'Werkzeug/0.9.6', 'SCRIPT_NAME': '', 'HTTP_TRANSFER_ENCODING': 'chunked', 'REQUEST_METHOD': 'POST', 'PATH_INFO': '/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'werkzeug.server.shutdown': <function shutdown_server at 0x7fd9e21b0aa0>, 'CONTENT_LENGTH': '', 'HTTP_USER_AGENT': 'curl/7.35.0', 'SERVER_NAME': '127.0.0.1', 'REMOTE_PORT': 59498, 'wsgi.url_scheme': 'http', 'SERVER_PORT': '5000', 'werkzeug.request': <Request 'http://127.0.0.1:5000/' [POST]>, 'wsgi.input': <socket._fileobject object at 0x7fd9e21aa150>, 'HTTP_HOST': '127.0.0.1:5000', 'wsgi.multithread': False, 'HTTP_EXPECT': '100-continue', 'HTTP_ACCEPT': '*/*', 'wsgi.version': (1, 0), 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd9e60561e0>, 'REMOTE_ADDR': '127.0.0.1', 'CONTENT_TYPE': ''}}
127.0.0.1 - - [13/Jul/2014 23:00:02] "POST / HTTP/1.1" 200 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment