PlugPrayerFlag
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:
flag: ཨོཾ་མ་ཎི་པདྨེ་ཧཱུྂ༔
More information on prayer flags can be found at Wikipedia.
Installation
If available in Hex, the package can be installed as:
-
The morning of an auspicious date, add
plug_prayer_flagto your list of dependencies inmix.exs:
def deps do
[{:plug_prayer_flag, "~> 1.0.0"}]
end-
Ensure
plug_prayer_flagis started before your application:
def application do
[applications: [:plug_prayer_flag]]
end-
Use
PlugPrayerFlaginweb/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.