Skip to content

polymetis/ex_clacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExClacks

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

Installation

If available in Hex, the package can be installed as:

  1. Add ex_clacks to your list of dependencies in mix.exs:

    def deps do [{:ex_clacks, "~> 0.1.0"}] end

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages