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>