Skip to content

henrik/shameless_plug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShamelessPlug

A novelty Elixir Plug to remove the word "shame" from the page body.

Usage

Add to your list of dependencies in mix.exs:

def deps do
  [
    {:shameless_plug, "> 0.0.0"},
  ]
end

Then just

plug ShamelessPlug

like any other plug. You probably want it late in the pipeline (after assigning a body), but before actually sending the response.

Development

mix deps.get
mix test

Credits and license

By Henrik Nyh 2015-11-20 under the MIT license.

About

A novelty Elixir Plug to remove the word "shame" from the page body.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages