Created
July 13, 2014 15:35
-
-
Save gu-fan/7daa403aae467c4bab12 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
| {'view_args': {}, 'files': ImmutableMultiDict([]), 'cookies': {}, 'form': ImmutableMultiDict([('form', u'data'), ('file', u'-')]), 'stream': <werkzeug.wsgi.LimitedStream object at 0x7fb1ecfb4c10>, '_parsed_content_type': ('multipart/form-data', {'boundary': '------------------------334fb58c550d3aab'}), 'shallow': False, 'url_rule': <Rule '/' (PUT, HEAD, POST, OPTIONS, GET) -> index>, '_cached_data': '', 'environ': {'wsgi.multiprocess': False, 'SERVER_SOFTWARE': 'Werkzeug/0.9.6', 'SCRIPT_NAME': '', 'REQUEST_METHOD': 'POST', 'PATH_INFO': '/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'werkzeug.server.shutdown': <function shutdown_server at 0x7fb1ecfbcaa0>, 'CONTENT_LENGTH': '237', 'HTTP_USER_AGENT': 'curl/7.35.0', 'SERVER_NAME': '127.0.0.1', 'REMOTE_PORT': 59806, 'wsgi.url_scheme': 'http', 'SERVER_PORT': '5000', 'werkzeug.request': <Request 'http://localhost:5000/' [POST]>, 'wsgi.input': <socket._fileobject object at 0x7fb1ecfb61d0>, 'HTTP_HOST': 'localhost: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 0x7fb1f0e621e0>, 'REMOTE_ADDR': '127.0.0.1', 'CONTENT_TYPE': 'multipart/form-data; boundary=------------------------334fb58c550d3aab'}, 'data': ''} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment