GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
STF::Dispatcher::PSGI::HTTPException(3) User Contributed Perl Documentation STF::Dispatcher::PSGI::HTTPException(3)

STF::Dispatcher::PSGI::HTTPException - Very Light Exception For STF Dispatcher

    use STF::Dispatcher::PSGI::HTTPException;
    STF::Dispatcher::PSGI::HTTPException->throw( $code );
    STF::Dispatcher::PSGI::HTTPException->throw( $code, \@hdrs );
    STF::Dispatcher::PSGI::HTTPException->throw( $code, \@hdrs, \@content );

This class is a very lightweight fallback for STF Dispatcher modules to abort request processing and immediately return a HTTP response.

This is meant to be used in conjunction with Plack::Middleware::HTTPExceptions.

You are free to use other modules such ash HTTP::Exception. This module only exists so that we don't have to add an extra dependency to STF::Dispatcher::PSGI (which should just be the interface, so should be as light as possible)

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.