Skip to content

codecare/httpcalllogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

very simple http call logger

build

go build cmd/httpcalllogger/main.go

docker

docker build -t test .
docker run --name temptest --rm -p10080:10080 test 

use

curl -v -d'hello' localhost:10080/somepath
docker exec -it temptest bash
cat /header.txt 
cat /data.bi

you can get the tool it with

go get -v github.com/codecare/httpcalllogger/cmd/httpcalllogger

this will install an executable in your default path for go executables $GOPATH/bin (default GOPATH=$HOME/go)

About

very simple web server to log http calls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors