A network tool provides request record service and custom route responses.
HTTPBin is a network tool provides request record service and custom route responses.
You can public service that we deployed on the internet, but not at now.
Site: http://httpbin.icu/ (future)
You can clone this repo and build it on local machine via docker, another way to get simple is by following the command
docker pull xenny/httpbin
Next, you need complete some necessary pre-steps before running it.
Finally, just run with next command.
docker run -it -p 80:80 -e HOST=your.domain xenny/httpbin
As it, you can also running it natively when you DNS record is right done.(Remember to modify the host in settings.py
)
pip install -r requirements.txt
python main.py