The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.