Skip to content

Listen to HTTP requests an display debugging info

Notifications You must be signed in to change notification settings

IGNW/http-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

http-listener

About

This project listens for http requests and responds with the request and any headers that were sent.

This is useful for when you're not sure if nginx (or your reverse proxy of choice) is forwarding headers correctly, etc.

To Build

docker build . -t http-listener

To Run

docker run -d -p 8080:8080 http-listener

About

Listen to HTTP requests an display debugging info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published