I need to run a simple HTTP server that will only log incoming requests and nothing.
It should log whole requests' content. Like headers, cookies, body....
I need just simple solution that I can run in a few minutes and will work.
Implementation language is not important.
Something like Charles but HTTP server instead of proxy