Plack::Middleware::XFramework - Sample middleware to add X-Framework


Plack documentation  | view source Contained in the Plack distribution.

Index


NAME

Top

Plack::Middleware::XFramework - Sample middleware to add X-Framework

SYNOPSIS

Top

  enable "Plack::Middleware::XFramework", framework => "Catalyst";

DESCRIPTION

Top

This middleware adds X-Framework header to the HTTP response.

CONFIGURATION

Top

framework

Sets the string value of X-Framework header. If not set, the header is not set to the response.

SEE ALSO

Top

Plack::Middleware


Plack documentation  | view source Contained in the Plack distribution.