Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/python-mahokanta
A Web-Server to view HTTP-Request as raw text
https://github.com/kjirou/python-mahokanta
Last synced: 12 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-28T14:29:44.000Z (over 11 years ago)
- Last Synced: 2024-08-10T21:01:52.725Z (3 months ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/mahokanta
- Size: 283 KB
- Stars: 2
- Watchers: 4
- 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.