Man Page: plack::middleware::status
Operating Environment: debian
Section: 3pm
Plack::Middleware::Status(3pm) User Contributed Perl Documentation Plack::Middleware::Status(3pm)NAMEPlack::Middleware::Status - Plack Middleware for mapping urls to status code-driven responsesVERSIONversion 1.101150SYNOPSIS# app.psgi use Plack::Builder; my $app = sub { # ... }; builder { enable 'Status', path => qr{/not-implemented}, status => 501; $app; };AUTHORPatrick Donelan <pat@patspam.com>COPYRIGHT AND LICENSEThis software is copyright (c) 2010 by Patrick Donelan. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2011-12-22 Plack::Middleware::Status(3pm)
| Related Man Pages |
|---|
| plack::app::file(3pm) - debian |
| plack::builder(3pm) - debian |
| plack::middleware::recursive(3pm) - debian |
| plack::middleware::session(3pm) - debian |
| plack::session(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |