Plack::Middleware::XSendfile.3pm

Langue: en

Version: 2010-05-21 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Plack::Middleware::XSendfile - Sets X-Sendfile (or a like) header for frontends

SYNOPSIS

   enable "Plack::Middleware::XSendfile";
 
 

DESCRIPTION

You should use IO::File::WithPath or Plack::Util's "set_io_path" to add "path" method to an IO object in the body.

See <http://github.com/rtomayko/rack-contrib/blob/master/lib/rack/sendfile.rb> for the frontend configuration.

AUTHOR

Tatsuhiko Miyagawa