Metadata-Version: 1.1
Name: http-dumper
Version: 0.2
Summary: HTTP Dumper
Home-page: https://github.com/gtaylor/http_dumper
Author: Greg Taylor
Author-email: gtaylor@gc-taylor.com
License: BSD
Description: HTTP Dumper
        ===========
        
        This is a super quick-and-dirty WSGI application that prints out a few
        pieces of HTTP info (headers, GET/POST details). I've just implemented the
        bare minimum needed for a work project, so this is woefully incomplete. Feel
        free to fork and hack on it to fit your needs.
        
        Pull requests are accepted and encouraged.
        
        Installation and Usage
        ----------------------
        
        Install and run::
        
            $ pip install http_dumper
            $ http_dumper
        
        Point traffic at port 8000 and watch stdout.
        
        Support
        -------
        
        Good luck!
        
        License
        -------
        
        BSD!
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
