The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Haineko::HTTPD::Request - Child class of Plack::Request

DESCRIPTION

Haineko::HTTPD::Request is child class of Plack::Request.

SYNOPSIS

    use Haineko::HTTPD::Request;
    my $r = Haineko::HTTPD::Request->new( $env );

SEE ALSO

Haineko::HTTPD

REPOSITORY

https://github.com/azumakuniyuki/Haineko

AUTHOR

azumakuniyuki <perl.org [at] azumakuniyuki.org>

LICENSE

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