Skip to content

NoUseFreak/http-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-debug

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors