NAME
Plack::Middleware::SignpostingJSON - A Signposting implementation from JSON content
SYNOPSIS
builder {
enable "Plack::Middleware::Signposting::JSON";
sub {200, ['Content-Type' => 'text/plain'], ['hello world']};
};
DESCRIPTION
Plack::Middleware::Signposting::JSON is a base class for Signposting(https://signposting.org) protocol.
AUTHOR
Nicolas Steenlant, <nicolas.steenlant at ugent.be>
Vitali Peil, <vitali.peil at uni-bielefeld.de>
COPYRIGHT
Copyright 2017 - Vitali Peil
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.