NAME

Plack::App::Hash - Serve up the contents of a hash as a website

VERSION

version 0.002

SYNOPSIS

use Plack::App::Hash;
my $app = Plack::App::Hash->new(
    content      => { '' => 'Hello World!' },
    default_type => 'text/plain',
)->to_app;

DESCRIPTION

XXX

CONFIGURATION

content

XXX

headers

XXX JSON

auto_type

XXX

default_type

XXX

AUTHOR

Aristotle Pagaltzis <pagaltzis@gmx.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Aristotle Pagaltzis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.