The Date and Server HTTP headers are dynamic by nature. They are
also present on every response and are mostly advisory.
It isn't important for us to test for the presence of these
headers. In fact, all tests currently glob over the entirety
of their values.
Having to constantly glob these headers feels like more trouble
than it is worth. Let's teach get-with-headers.py to hide them
by default.