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


OpenFrame-WebApp documentation  | view source Contained in the OpenFrame-WebApp distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Steve Purkis <spurkis@quiup.com>

SEE ALSO

Top

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


OpenFrame-WebApp documentation  | view source Contained in the OpenFrame-WebApp distribution.