Skip to content

AoiKuiyuyou/AoikBottleStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoikBottleStudy

Python Bottle library study.

Tested working with:

  • Python 2.7 and 3.5
  • Bottle 0.12.10

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 "AoikBottleStudy/src/RequestHandlerWSGIServerTraceCall.py" > Log.txt 2>&1

Send request

Run:

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

About

Python Bottle library study.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages