logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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";

See Also