Metadata-Version: 1.1
Name: mahokanta
Version: 0.0.1
Summary: A Web-Server to view HTTP-Request as raw text
Home-page: https://github.com/kjirou/python-mahokanta
Author: kjirou
Author-email: sorenariblog@gmail.com
License: MIT License
Description: =========
        mahokanta
        =========
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
           $ pip install mahokanta
        
        
        How to use
        ----------
        
        At first, you need to start a server by the command following
        
        .. code-block:: bash
        
           $ mahokanta
        
        By way of experiment, when you access by browser, you can check your HTTP-Request in both page and console.
        
Keywords: http,tool,command
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
