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, Vitali Peil, 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. SEE ALSO