This package adds an HTTP header to all Plug responses, to spread good will and compassion throughout the Web. When this plug is added to a Phoenix route or pipeline, all responses will include this:
More information on prayer flags can be found at Wikipedia.
If available in Hex, the package can be installed as:
- The morning of an auspicious date, add
plug_prayer_flag
to your list of dependencies inmix.exs
:
def deps do
[{:plug_prayer_flag, "~> 1.0.0"}]
end
- Ensure
plug_prayer_flag
is started before your application:
def application do
[applications: [:plug_prayer_flag]]
end
- Use
PlugPrayerFlag
inweb/router.ex
:
pipeline :browser do
plug :accepts, ["html"]
# ...
plug PlugPrayerFlag
end
- Rejoice! Now the other servers, wires, and fiber which will carry your HTTP payloads will be purified and sanctified.