fastily / http-echo-server

πŸ“ A simple HTTP echo server

Home Page:https://http-echo-server.toolforge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-echo-server

Python 3.11+ License: GPL v3

Simple HTTP echo server that responds back with whatver you sent it in plain text. Intended as debugging/testing tool.

πŸ‘‰ The "echoed" body (if a body was included in the original request) will auto-format json and form data for legibility.

Run

# from source
python -m http_echo

# prod
gunicorn -w 2 -b "0.0.0.0" http_echo.__main__:app

About

πŸ“ A simple HTTP echo server

https://http-echo-server.toolforge.org

License:GNU General Public License v3.0


Languages

Language:Python 92.0%Language:Shell 5.8%Language:Procfile 2.1%