NAME
Plack::Middleware::REST::Util - Utility methods to create RESTful PSGI applications
VERSION
version 0.02
SYNOPSIS
use Plack::Middleware::REST::Util;
$id = request_id($env) # empty string or local resource identifier
$uri = request_uri($env) # resource identifier of current request
$uri = request_uri($env,$id) # resource identifier of modified request
($content => $type) = request_content($env); # send content and MIME type
AUTHOR
Jakob Voß <voss@gbv.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Jakob Voß.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 55:
Non-ASCII character seen before =encoding in 'Voß'. Assuming UTF-8