MVC::Neaf::Request::PSGI - Not Even A Framework: PSGI driver.
Constructor. env MUST follow PSGI requirements.
env
Return GET/POST.
Returns the path part of URI.
Returns GET/POST parameters as a hash.
CAVEAT Plack::Request's multivalue hash params are ignored for now.
NOTE This garbles Hash::Multivalue.
Send reply to client. Not to be used directly.
NOTE This function just returns its input and has no side effect, rather relying on PSGI calling conventions.
Write to socket in async content mode.
Close client connection in async content mode.
This module is part of MVC::Neaf suite.
Copyright 2016-2019 Konstantin S. Uvarin khedin@cpan.org.
khedin@cpan.org
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
To install MVC::Neaf, copy and paste the appropriate command in to your terminal.
cpanm
cpanm MVC::Neaf
CPAN shell
perl -MCPAN -e shell install MVC::Neaf
For more information on module installation, please visit the detailed CPAN module installation guide.