Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.26 KB

README.md

File metadata and controls

55 lines (44 loc) · 1.26 KB

AoikWebpyStudy

Python web.py library study.

Tested working with:

  • Python 2.7
  • web.py 0.38

Trace call using AoikTraceCall:

Table of Contents

Set up AoikTraceCall

Setup via pip

Run:

pip install git+https://github.com/AoiKuiyuyou/AoikTraceCall

Setup via git

Run:

git clone https://github.com/AoiKuiyuyou/AoikTraceCall

cd AoikTraceCall

python setup.py install

Usage

Start server

Run:

python "AoikWebpyStudy/src/RequestHandlerWSGIServerTraceCall.py" > Log.txt 2>&1

Send request

Run:

curl -X POST -d hello http://127.0.0.1:8000/