Simple app which echos back the headers on a HTTP request
231
Flask app which echos the request headers as JSON back to the client.
Very simple!
python3 -m venv .env and activate source .env/bin/activatepip install -r requirements.txtgunicorn -w 4 app:appdocker run --rm\
-p 5000:5000 \
-d \
richardjkendall/echo-headers
Content type
Image
Digest
Size
20.2 MB
Last updated
over 5 years ago
docker pull richardjkendall/echo-headers