Skip to content

tongyy/python-httpserver

Repository files navigation

python-httpserver

Easy to use and make fake response over http/https

Just three steps as follows

  • clone this project
git clone https://github.com/tongyy/python-httpserver.git
  • Run build.sh script (This step is for https protocal)
sh buils.sh
  • Run startHttpServer.sh/startHttpsServer.sh/startHttpBasicAuthServer.sh script
sh startHttpServer.sh 

Fake Response

You can put what you want. "res.json,xxx.xml.." in the resource folder, and then your url would be http://localhost:8001/{xxx.xml}

About

Easy to use and make fake response over http/https

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published