https://github.com/kjirou/python-mahokanta
A Web-Server to view HTTP-Request as raw text
https://github.com/kjirou/python-mahokanta
Last synced: 3 months ago
JSON representation
A Web-Server to view HTTP-Request as raw text
- Host: GitHub
- URL: https://github.com/kjirou/python-mahokanta
- Owner: kjirou
- Created: 2013-02-27T11:19:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-28T14:29:44.000Z (over 12 years ago)
- Last Synced: 2025-03-29T04:14:29.149Z (4 months ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/mahokanta
- Size: 283 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=========
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 to "localhost:8080" by browser, you can check your HTTP-Request in both page and console.