A Plug that adds the x-clacks-overhead: GNU Terry Pratchett HTTP
response header to every response that passes through it.
A small tribute. See gnuterrypratchett.com for the why.
Example
pipeline :browser do
plug :accepts, ["html"]
plug :fetch_session
plug ExClacks
end