Girocco/Notify.pm: implement application/json POST type
commit46c7896882e5a29b308c5587a3f57fa9679009d5
authorKyle J. McKay <mackyle@gmail.com>
Tue, 9 Feb 2021 22:47:22 +0000 (9 15:47 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 9 Feb 2021 22:47:22 +0000 (9 15:47 -0700)
treecb5e80cb195e8bbc196e7619fcbee5477495f99e
parentea4042c7947d79b79bc5c43418f504581da649ba
Girocco/Notify.pm: implement application/json POST type

If "application/json" has been chosen as the JSON POST Content-Type,
then POST a single body of that content-type consisting of the
raw JSON notification.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Notify.pm