{ "info": { "author": "Ian Bicking", "author_email": "ianb@colorstudy.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Paste", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware" ], "description": "This WSGI middleware will display the headers of the incoming request\nand the outgoing response. You can also optionally display the\nrequest or response body.\n\nUse it like this::\n\n from debugheaders import DebugHeaders\n\n def application(environ, start_response):\n blah blah blah\n\n application = DebugHeaders(application,\n show_body=True, show_response_body=True,\n output='wsgi.errors')\n\n`show_body` shows the request body, `show_response_body` does what you\nwould expect, and this information is written to the stream given by\n`output` (defaults to stdout, can be any object with a ``.write()``\nmethod, and `'wsgi.errors'` is special and means to write to\n``environ['wsgi.errors']``).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "wsgi debugging", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "DebugHeaders", "package_url": "https://pypi.org/project/DebugHeaders/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/DebugHeaders/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/DebugHeaders/0.1/", "requires_dist": null, "requires_python": null, "summary": "Debug headers (and bodies) of WSGI requests and responses", "version": "0.1" }, "last_serial": 784074, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8bf2bf4f86447eb48dd0039c6d3f959f", "sha256": "0496f009b987c18648caa88be4cf4e89b2a6b934c36d5914108c9def81ff66d2" }, "downloads": -1, "filename": "DebugHeaders-0.1.tar.gz", "has_sig": false, "md5_digest": "8bf2bf4f86447eb48dd0039c6d3f959f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2655, "upload_time": "2010-05-13T07:09:35", "url": "https://files.pythonhosted.org/packages/db/0e/36de6e0ef79dc63255ad9ac3e161ff1599d67d68594780f757629e50af4e/DebugHeaders-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8bf2bf4f86447eb48dd0039c6d3f959f", "sha256": "0496f009b987c18648caa88be4cf4e89b2a6b934c36d5914108c9def81ff66d2" }, "downloads": -1, "filename": "DebugHeaders-0.1.tar.gz", "has_sig": false, "md5_digest": "8bf2bf4f86447eb48dd0039c6d3f959f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2655, "upload_time": "2010-05-13T07:09:35", "url": "https://files.pythonhosted.org/packages/db/0e/36de6e0ef79dc63255ad9ac3e161ff1599d67d68594780f757629e50af4e/DebugHeaders-0.1.tar.gz" } ] }