The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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