APR-Emulate-PSGI

 view release on metacpan or  search on metacpan

README.pod  view on Meta::CPAN

Emulates L<Apache2::RequestRec/headers_in>.


=cut

=item method

Emulates L<Apache2::RequestRec/method>.


=cut

=item uri

Emulates L<Apache2::RequestRec/uri>.


=cut

=item parsed_uri

Emulates L<Apache2::URI/parsed_uri>.


=cut

=item args

Emulates L<Apache2::RequestRec/args>.


=cut

=item read

Emulates L<Apache2::RequestIO/read>.


=cut

=item pool

Emulates L<Apache2::RequestRec/pool>.


=cut

=back

=head2 Response Methods

=over 4

=item headers_out

Emulates L<Apache2::RequestRec/headers_out>.


=cut

=item err_headers_out

Emulates L<Apache2::RequestRec/err_headers_out>.


=cut

=item no_cache

Emulates L<Apache2::RequestUtil/no_cache>.


=cut

=item status

Emulates L<Apache2::RequestRec/status>.


=cut

=item status_line

Emulates L<Apache2::RequestRec/status_line>.


=cut

=item content_type

Emulates L<Apache2::RequestRec/content_type>.

If no PSGI enviroment is provided to L</new>, calling this
method with a parameter will cause HTTP headers to be sent.


=cut

=item print

Emulates L<Apache2::RequestIO/print>.


=cut

=item rflush

Emulates L<Apache2::RequestIO/rflush>.


=cut

=back


=cut

=head1 SEE ALSO

=over 4

=item Plack



( run in 0.763 second using v1.01-cache-2.11-cpan-13bb782fe5a )