A small tool for examining headers from a web request
- json output
- curl like syntax
- Header retrieval from arbitrary url
- Configurable list of expected and unexpected headers
headergrep http://mysite.example.com:8080/helloworld
-k
: ignore cert issues-X
: specify http verb-c
: config
expected = ["Strict-Transport-Security"]
unexpected = ["Server", "Device-Memory"]