Ultra small webserver that prints and logs your requests.
$ docker run -d -p 8080:8080 nousefreak/http-debug
$ curl 127.0.0.1:8080/sdf -H "Host:somehost.com" -H "X-Custom-Header: bla"
GET /sdf HTTP/1.1
Host: somehost.com
Accept: */*
User-Agent: curl/7.54.0
X-Custom-Header: bla
Content type
Image
Digest
Size
5.5 MB
Last updated
almost 7 years ago
docker pull nousefreak/http-debug