This adds 'x-clacks-overhead: GNU Terry Pratchett' to your http response headers when added to a pipeline of plugs.
For a deeper explantion of why you would want to do this please visit http://www.gnuterrypratchett.com
Or better yet read Going Postal or really any of Terry Prachett's books
####Example:
pipeline :browser do
plug :accepts, ["html"]
plug :fetch_session
plug ExClacks
end
If available in Hex, the package can be installed as:
-
Add ex_clacks to your list of dependencies in
mix.exs
:def deps do [{:ex_clacks, "~> 0.1.0"}] end