NAME
Sloth::RequestParser - An object that can parse requests into hash references
METHODS
parse
$self->parse($request : L<Sloth::Request>)
Required. Classes which consume this role must implement this method.
Parses a request into a hash reference.
AUTHOR
Oliver Charles
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Oliver Charles <sloth.cpan@ocharles.org.uk>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.