Skip to content

infrabill/python-requests-logging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-requests-logging

Very simple HTTP server in python for logging requests.
Inspired from Simple Python 3 HTTP server for logging all GET and POST requests.

Usage

docker run --rm -it \
  -p 127.0.0.1:8080:8080 \
  -e RESPONSE_CODE=200 \
  krewh/python-requests-logging


curl http://localhost:8080

# You can also expose the container using something like ngrok.

About

Very simple HTTP server in python for logging requests

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.7%
  • Dockerfile 9.3%