The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OpenFrame::WebApp::Segment::Decline::StaticContent - decline if request uri is for static content.

SYNOPSIS

  $pipe->add_segment( OpenFrame::WebApp::Segment::StaticContent->new )

DESCRIPTION

Inherits from OpenFrame::WebApp::Segment::Decline.

Declines if the request uri looks like it's for static content (currently a mime type of image/css).

AUTHOR

Steve Purkis <spurkis@quiup.com>

SEE ALSO

MIME::Types, OpenFrame::WebApp::Segment::Decline