Plack::Middleware::XFramework - Sample middleware to add X-Framework
Contents
Configuration
framework
Sets the string value of "X-Framework" header. If not set, the header is not set to the response.
Description
This middleware adds "X-Framework" header to the HTTP response.
Name
Plack::Middleware::XFramework - Sample middleware to add X-Framework
See Also
Plack::Middleware
perl v5.38.2 2024-01-20 Plack::Middleware::XFramework(3pm)
Synopsis
enable "Plack::Middleware::XFramework", framework => "Catalyst";
